In file analysis.C:

void sortFloatVector

(vector<int> & order,
  const vector<float> & variances,
  int sizeOrder)

returns the sorted order of variances, in descending order.

Documentation

returns the sorted order of variances, in descending order. Only returns the first sizeOrder of them.

Alphabetic index



This page was generated with the help of DOC++.