Home | History | Annotate | Download | only in traincascade

Lines Matching refs:GENTLE

222     boost_type = CvBoost::GENTLE;
231 boost_type = CvBoost::GENTLE;
242 boost_type == CvBoost::GENTLE ? CC_GENTLE_BOOST : string();
260 !boostTypeStr.compare( CC_GENTLE_BOOST ) ? CvBoost::GENTLE : -1;
295 boost_type == CvBoost::GENTLE ? CC_GENTLE_BOOST : string();
314 !val.compare( CC_GENTLE_BOOST ) ? CvBoost::GENTLE : -1;
1366 if ( (_params.boost_type == LOGIT) || (_params.boost_type == GENTLE) )
1438 int inn_buf_size = ((params.boost_type == LOGIT) || (params.boost_type == GENTLE) ? n*sizeof(int) : 0) +
1442 if ( (params.boost_type == LOGIT) || (params.boost_type == GENTLE) )
1456 // in case of logitboost and gentle adaboost each weak tree is a regression tree,
1520 else if( params.boost_type == GENTLE )
1643 // Gentle AdaBoost:
1646 assert( params.boost_type == GENTLE );