Home
last modified time | relevance | path

Searched refs:get_child_buf_idx (Results 1 – 2 of 2) sorted by relevance

/external/opencv/ml/include/
Dml.h776 virtual int get_child_buf_idx( CvDTreeNode* n );
/external/opencv/ml/src/
Dmltree.cpp993 int CvDTreeTrainData::get_child_buf_idx( CvDTreeNode* n ) in get_child_buf_idx() function in CvDTreeTrainData
2522 int new_buf_idx = data->get_child_buf_idx( node ); in split_node_data()