Home
last modified time | relevance | path

Searched refs:getMaxDepth (Results 1 – 7 of 7) sorted by relevance

/external/opencv3/modules/java/src/
Dml+DTrees.java56 public int getMaxDepth() in getMaxDepth() method in DTrees
Dml.cpp3042 int _retval_ = (*me)->getMaxDepth( ); in Java_org_opencv_ml_DTrees_getMaxDepth_10()
/external/opencv3/modules/python/test/
Dtest.py155 boost.getMaxDepth() # from ml::DTrees
/external/opencv3/modules/ml/
Dprecomp.hpp166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth() function
/external/opencv3/modules/ml/src/
Dprecomp.hpp166 inline int getMaxDepth() const { return maxDepth; } in getMaxDepth() function
Dtree.cpp240 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()
/external/opencv3/modules/ml/include/opencv2/
Dml.hpp947 CV_WRAP virtual int getMaxDepth() const = 0;