OpenGrok
Home
Sort by relevance
Sort by last modified time
Full Search
Definition
Symbol
File Path
History
|
|
Help
Searched
refs:max_categories
(Results
1 - 4
of
4
) sorted by null
/external/opencv/ml/include/
ml.h
707
int
max_categories
;
member in struct:CvDTreeParams
717
CvDTreeParams() :
max_categories
(10), max_depth(INT_MAX), min_sample_count(10),
727
max_categories
(_max_categories), max_depth(_max_depth),
[
all
...]
/external/opencv/ml/src/
mltree.cpp
89
if( params.
max_categories
< 2 )
90
CV_ERROR( CV_StsOutOfRange, "params.
max_categories
should be >= 2" );
91
params.
max_categories
= MIN( params.
max_categories
, 15 );
1021
cvWriteInt( fs, "
max_categories
", params.
max_categories
);
[
all
...]
mlrtrees.cpp
246
params.regression_accuracy, params.use_surrogates, params.
max_categories
,
mlboost.cpp
[
all
...]
Completed in 3399 milliseconds