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

  /external/opencv3/modules/ml/src/
boost.cpp 59 boostType = Boost::REAL;
67 boostType = _boostType;
94 if( bparams.boostType != Boost::DISCRETE )
101 if( bparams.boostType == Boost::LOGIT )
174 if( bparams.boostType == Boost::DISCRETE )
178 else if( bparams.boostType == Boost::REAL )
211 int predictFlags = bparams.boostType == Boost::DISCRETE ? (PREDICT_MAX_VOTE | RAW_OUTPUT) : PREDICT_SUM;
221 if( bparams.boostType == Boost::DISCRETE )
256 else if( bparams.boostType == Boost::REAL || bparams.boostType == Boost::GENTLE
    [all...]
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
203 int boostType;
  /external/opencv3/modules/ml/
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
203 int boostType;

Completed in 57 milliseconds