Home | History | Annotate | Download | only in include

Lines Matching defs:max_depth

708     int   max_depth;
717 CvDTreeParams() : max_categories(10), max_depth(INT_MAX), min_sample_count(10),
727 max_categories(_max_categories), max_depth(_max_depth),
1027 int max_depth, bool use_surrogates, const float* priors );