Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dboost.cpp64 BoostTreeParams::BoostTreeParams( int _boostType, int _weak_count, in BoostTreeParams() argument
68 weakCount = _weak_count; in BoostTreeParams()
Dgbt.cpp25 CvGBTreesParams::CvGBTreesParams( int _loss_function_type, int _weak_count,
31 weak_count = _weak_count;
/external/opencv/ml/src/
Dmlboost.cpp64 CvBoostParams::CvBoostParams( int _boost_type, int _weak_count, in CvBoostParams() argument
69 weak_count = _weak_count; in CvBoostParams()
/external/opencv3/apps/traincascade/
Dold_ml_boost.cpp64 CvBoostParams::CvBoostParams( int _boost_type, int _weak_count, in CvBoostParams() argument
69 weak_count = _weak_count; in CvBoostParams()