Searched refs:CvForestTree (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlrtrees.cpp43 CvForestTree::CvForestTree() function in class:CvForestTree
49 CvForestTree::~CvForestTree()
55 bool CvForestTree::train( CvDTreeTrainData* _data,
61 CV_FUNCNAME( "CvForestTree::train" );
80 CvForestTree::train( const CvMat*, int, const CvMat*, const CvMat*,
89 CvForestTree::train( CvDTreeTrainData*, const CvMat* )
96 CvDTreeSplit* CvForestTree::find_best_split( CvDTreeNode* node )
101 CV_FUNCNAME("CvForestTree
[all...]
/external/opencv/ml/include/
H A Dml.h910 class CV_EXPORTS CvForestTree: public CvDTree class in inherits:CvDTree
913 CvForestTree();
914 virtual ~CvForestTree();
994 CvForestTree* get_tree(int i) const;
1001 CvForestTree** trees;

Completed in 153 milliseconds