Home | History | Annotate | Download | only in src

Lines Matching refs:new_split_ord

844 CvDTreeSplit* CvDTreeTrainData::new_split_ord( int vi, float cmp_val,
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 );