Searched refs:getMaxDepth (Results 1 – 7 of 7) sorted by relevance
56 public int getMaxDepth() in getMaxDepth() method in DTrees
3042 int _retval_ = (*me)->getMaxDepth( ); in Java_org_opencv_ml_DTrees_getMaxDepth_10()
155 boost.getMaxDepth() # from ml::DTrees
166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth() function
240 size_t n = (params.getMaxDepth() > 0 ? (1 << params.getMaxDepth()) : 1024) + w->wnodes.size(); in addTree()374 if( n <= params.getMinSampleCount() || node.depth >= params.getMaxDepth() ) in addNodeAndTrySplit()1538 fs << "max_depth" << params.getMaxDepth(); in writeTrainingParams()
947 CV_WRAP virtual int getMaxDepth() const = 0;