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

  /external/opencv/ml/src/
mlboost.cpp 321 return best_i >= 0 ? data->new_split_ord( vi,
481 return best_i >= 0 ? data->new_split_ord( vi,
630 return best_i >= 0 && best_val > node->maxlr ? data->new_split_ord( vi,
    [all...]
mltree.cpp 844 CvDTreeSplit* CvDTreeTrainData::new_split_ord( int vi, float cmp_val, function in class:CvDTreeTrainData
    [all...]
  /external/opencv/ml/include/
ml.h 784 virtual CvDTreeSplit* new_split_ord( int vi, float cmp_val,
    [all...]

Completed in 61 milliseconds