Home
last modified time | relevance | path

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

/external/opencv3/modules/ml/src/
Dboost.cpp61 weightTrimRate = 0.95; in BoostTreeParams()
69 weightTrimRate = _weightTrimRate; in BoostTreeParams()
329 if( bparams.weightTrimRate <= 0. || bparams.weightTrimRate >= 1. ) in updateWeightsAndTrim()
338 sumw = 1. - bparams.weightTrimRate; in updateWeightsAndTrim()
382 fs << "weight_trimming_rate" << bparams.weightTrimRate; in writeTrainingParams()
421 bparams.weightTrimRate = (double)(fn["weight_trimming_rate"].empty() ? in readParams()
456 CV_IMPL_PROPERTY(double, WeightTrimRate, impl.bparams.weightTrimRate)
Dprecomp.hpp202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
205 double weightTrimRate; member
/external/opencv3/modules/ml/
Dprecomp.hpp202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
205 double weightTrimRate; member
/external/opencv3/doc/tutorials/objdetect/
Dtraincascade.markdown298 - -weightTrimRate \<weight_trim_rate\>