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

  /external/opencv/ml/src/
mltree.cpp 631 int num_valid = data_root->get_num_valid(vi);
742 int count1 = data_root->get_num_valid(vi);
    [all...]
mlboost.cpp 213 int n1 = node->get_num_valid(vi);
251 int n1 = node->get_num_valid(vi);
447 int n1 = node->get_num_valid(vi);
577 int n1 = node->get_num_valid(vi);
    [all...]
  /external/opencv/ml/include/
ml.h 700 int get_num_valid(int vi) { return num_valid ? num_valid[vi] : sample_count; } function in struct:CvDTreeNode
    [all...]

Completed in 34 milliseconds