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

  /external/opencv3/modules/ml/
precomp.hpp 271 vector<int> cv_labels; member in struct:cv::ml::DTreesImpl::WorkData
  /external/opencv3/modules/ml/src/
precomp.hpp 271 vector<int> cv_labels; member in struct:cv::ml::DTreesImpl::WorkData
tree.cpp 486 // but using the samples with cv_labels(*)!=j.
488 // misclassified samples with cv_labels(*)==j.
517 j = w->cv_labels[si]; k = w->cat_responses[si];
572 // but using the samples with cv_labels(*)!=j.
574 // using samples with cv_labels(*)==j as the test subset:
575 // error_j = sum_(i,cv_labels(i)==j)((Y_i - <node_value_j>)^2),
578 // over the samples with cv_labels(*)==j.
607 j = w->cv_labels[si];
    [all...]
  /external/opencv/ml/src/
mltree.cpp 257 // in case of single ordered predictor we need dummy cv_labels
2257 const int* cv_labels = data->get_labels(node); local
    [all...]
  /external/opencv3/apps/traincascade/
old_ml_tree.cpp 297 // in case of single ordered predictor we need dummy cv_labels
302 + (have_labels ? 1 : 0); // for cv_labels
2765 const int* cv_labels = data->get_cv_labels(node, cv_labels_buf); local
    [all...]

Completed in 202 milliseconds