Searched refs:new_split_ord (Results 1 - 3 of 3) sorted by relevance

/external/opencv/ml/src/
H A Dmlboost.cpp321 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,
H A Dmltree.cpp844 CvDTreeSplit* CvDTreeTrainData::new_split_ord( int vi, float cmp_val, function in class:CvDTreeTrainData
1653 return best_i >= 0 ? data->new_split_ord( vi,
1961 return best_i >= 0 ? data->new_split_ord( vi,
2156 return best_i >= 0 && best_val > node->maxlr ? data->new_split_ord( vi,
3260 split = data->new_split_ord( vi, 0, 0, 0, 0 );
/external/opencv/ml/include/
H A Dml.h784 virtual CvDTreeSplit* new_split_ord( int vi, float cmp_val,

Completed in 407 milliseconds