HomeSort by relevance Sort by last modified time
    Searched refs:CvForestTree (Results 1 - 2 of 2) sorted by null

  /external/opencv/ml/src/
mlrtrees.cpp 43 CvForestTree::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::find_best_split")
    [all...]
  /external/opencv/ml/include/
ml.h 910 class CV_EXPORTS CvForestTree: public CvDTree
913 CvForestTree();
914 virtual ~CvForestTree();
    [all...]

Completed in 57 milliseconds