Searched refs:_max_depth (Results 1 – 2 of 2) sorted by relevance
/external/opencv/ml/include/ |
D | ml.h | 722 CvDTreeParams( int _max_depth, int _min_sample_count, in CvDTreeParams() 727 max_categories(_max_categories), max_depth(_max_depth), in CvDTreeParams() 953 CvRTParams( int _max_depth, int _min_sample_count, in CvRTParams() 958 CvDTreeParams( _max_depth, _min_sample_count, _regression_accuracy, in CvRTParams()
|
/external/opencv/ml/src/ |
D | mlboost.cpp | 65 double _weight_trim_rate, int _max_depth, in CvBoostParams() argument 73 max_depth = _max_depth; in CvBoostParams()
|