HomeSort by relevance Sort by last modified time
    Searched refs:class_labels (Results 1 - 4 of 4) sorted by null

  /external/opencv/ml/src/
mlsvm.cpp 1138 class_labels = 0;
1159 cvReleaseMat( &class_labels );
1177 class_labels = 0;
    [all...]
mlboost.cpp 981 const int* class_labels = data->get_class_labels(data->data_root); local
1006 c1 += class_labels[i];
1016 orig_response->data.i[i] = class_labels[i]*2 - 1;
1021 weights->data.db[i] = w0*p[class_labels[i]];
    [all...]
  /external/tensorflow/tensorflow/python/kernel_tests/
metrics_test.py     [all...]
  /external/opencv/ml/include/
ml.h 542 CvMat* class_labels; member in class:CvSVM
    [all...]

Completed in 396 milliseconds