Home
last modified time | relevance | path

Searched refs:_max_depth (Results 1 – 5 of 5) sorted by relevance

/external/opencv/ml/include/
Dml.h722 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/opencv3/modules/ml/src/
Dgbt.cpp27 int _max_depth, bool _use_surrogates )
34 max_depth = _max_depth;
/external/opencv/ml/src/
Dmlboost.cpp65 double _weight_trim_rate, int _max_depth, in CvBoostParams() argument
73 max_depth = _max_depth; in CvBoostParams()
/external/opencv3/apps/traincascade/
Dold_ml_boost.cpp65 double _weight_trim_rate, int _max_depth, in CvBoostParams() argument
73 max_depth = _max_depth; in CvBoostParams()
Dold_ml_tree.cpp1505 CvDTreeParams::CvDTreeParams( int _max_depth, int _min_sample_count, in CvDTreeParams() argument
1510 max_categories(_max_categories), max_depth(_max_depth), in CvDTreeParams()