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

/external/opencv/ml/src/
H A Dmlrtrees.cpp96 CvDTreeSplit* CvForestTree::find_best_split( CvDTreeNode* node ) function in class:CvForestTree
101 CV_FUNCNAME("CvForestTree::find_best_split");
H A Dmltree.cpp1366 best_split = find_best_split(node);
1527 CvDTreeSplit* CvDTree::find_best_split( CvDTreeNode* node ) function in class:CvDTree
/external/opencv/ml/include/
H A Dml.h868 virtual CvDTreeSplit* find_best_split( CvDTreeNode* n );
935 virtual CvDTreeSplit* find_best_split( CvDTreeNode* n );

Completed in 746 milliseconds