Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/test/
Dtest_mltests2.cpp368 int MAX_DEPTH, MIN_SAMPLE_COUNT, MAX_CATEGORIES, CV_FOLDS; in train() local
372 modelParamsNode["min_sample_count"] >> MIN_SAMPLE_COUNT; in train()
380 m->setMinSampleCount(MIN_SAMPLE_COUNT); in train()
414 int MAX_DEPTH, MIN_SAMPLE_COUNT, MAX_CATEGORIES, CV_FOLDS, NACTIVE_VARS, MAX_TREES_NUM; in train() local
418 modelParamsNode["min_sample_count"] >> MIN_SAMPLE_COUNT; in train()
428 m->setMinSampleCount(MIN_SAMPLE_COUNT); in train()