HomeSort by relevance Sort by last modified time
    Searched refs:weightTrimRate (Results 1 - 3 of 3) sorted by null

  /external/opencv3/modules/ml/src/
boost.cpp 61 weightTrimRate = 0.95;
69 weightTrimRate = _weightTrimRate;
329 if( bparams.weightTrimRate <= 0. || bparams.weightTrimRate >= 1. )
338 sumw = 1. - bparams.weightTrimRate;
382 fs << "weight_trimming_rate" << bparams.weightTrimRate;
421 bparams.weightTrimRate = (double)(fn["weight_trimming_rate"].empty() ?
456 CV_IMPL_PROPERTY(double, WeightTrimRate, impl.bparams.weightTrimRate)
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
205 double weightTrimRate;
  /external/opencv3/modules/ml/
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
205 double weightTrimRate;

Completed in 61 milliseconds