Searched refs:_weightTrimRate (Results 1 – 3 of 3) sorted by relevance
14 double _weightTrimRate, int _maxDepth, int _maxWeakCount );
228 double _weightTrimRate, int _maxDepth, int _maxWeakCount ) : in CvCascadeBoostParams() argument229 CvBoostParams( _boostType, _maxWeakCount, _weightTrimRate, _maxDepth, false, 0 ) in CvCascadeBoostParams()
65 double _weightTrimRate) in BoostTreeParams() argument69 weightTrimRate = _weightTrimRate; in BoostTreeParams()