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

  /external/opencv3/modules/ml/src/
boost.cpp 60 weakCount = 100;
68 weakCount = _weak_count;
188 int treeidx, ntrees = bparams.weakCount >= 0 ? bparams.weakCount : 10000;
455 CV_IMPL_PROPERTY(int, WeakCount, impl.bparams.weakCount)
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
204 int weakCount;
  /external/opencv3/modules/ml/
precomp.hpp 202 BoostTreeParams(int boostType, int weakCount, double weightTrimRate);
204 int weakCount;

Completed in 101 milliseconds