Searched defs:BoostTreeParams (Results 1 - 3 of 3) sorted by relevance

/external/opencv3/modules/ml/src/
H A Dboost.cpp57 BoostTreeParams::BoostTreeParams() function in class:cv::ml::BoostTreeParams
64 BoostTreeParams::BoostTreeParams( int _boostType, int _weak_count, function in class:cv::ml::BoostTreeParams
443 BoostTreeParams bparams;
H A Dprecomp.hpp199 struct BoostTreeParams struct in namespace:cv::ml
201 BoostTreeParams();
202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
/external/opencv3/modules/ml/
H A Dprecomp.hpp199 struct BoostTreeParams struct in namespace:cv::ml
201 BoostTreeParams();
202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);

Completed in 66 milliseconds