getMaxDepth       947 modules/ml/include/opencv2/ml.hpp     CV_WRAP virtual int getMaxDepth() const = 0;
getMaxDepth       240 modules/ml/src/tree.cpp     size_t n = (params.getMaxDepth() > 0 ? (1 << params.getMaxDepth()) : 1024) + w->wnodes.size();
getMaxDepth       374 modules/ml/src/tree.cpp     if( n <= params.getMinSampleCount() || node.depth >= params.getMaxDepth() )
getMaxDepth      1538 modules/ml/src/tree.cpp     fs << "max_depth" << params.getMaxDepth();