Searched defs:_max_depth (Results 1 - 2 of 2) sorted by relevance

/external/opencv/ml/src/
H A Dmlboost.cpp65 double _weight_trim_rate, int _max_depth,
73 max_depth = _max_depth;
64 CvBoostParams( int _boost_type, int _weak_count, double _weight_trim_rate, int _max_depth, bool _use_surrogates, const float* _priors ) argument
/external/opencv/ml/include/
H A Dml.h722 CvDTreeParams( int _max_depth, int _min_sample_count, argument
727 max_categories(_max_categories), max_depth(_max_depth),
953 CvRTParams( int _max_depth, int _min_sample_count, argument
958 CvDTreeParams( _max_depth, _min_sample_count, _regression_accuracy,

Completed in 78 milliseconds