Home | History | Annotate | Download | only in src

Lines Matching refs:labels

325         vector<int> labels, counters, sortbuf, tempCatMap;
347 preprocessCategorical(values_i, 0, labels, 0, sortbuf);
349 int j, m = (int)labels.size();
351 int a = labels.front(), b = labels.back();
352 const int* currmap = &labels[0];
380 std::copy(labels.begin(), labels.end(), std::back_inserter(tempCatMap));
400 preprocessCategorical(responses, &normCatResponses, labels, &counters, sortbuf);
401 Mat(labels).copyTo(classLabels);
424 void preprocessCategorical(const Mat& data, Mat* normdata, vector<int>& labels,
474 labels
484 labels[clslabel] = l;