LOGIT 241 apps/traincascade/boost.cpp boost_type == CvBoost::LOGIT ? CC_LOGIT_BOOST : LOGIT 259 apps/traincascade/boost.cpp !boostTypeStr.compare( CC_LOGIT_BOOST ) ? CvBoost::LOGIT : LOGIT 294 apps/traincascade/boost.cpp boost_type == CvBoost::LOGIT ? CC_LOGIT_BOOST : LOGIT 313 apps/traincascade/boost.cpp !val.compare( CC_LOGIT_BOOST ) ? CvBoost::LOGIT : LOGIT 1366 apps/traincascade/boost.cpp if ( (_params.boost_type == LOGIT) || (_params.boost_type == GENTLE) ) LOGIT 1438 apps/traincascade/boost.cpp int inn_buf_size = ((params.boost_type == LOGIT) || (params.boost_type == GENTLE) ? n*sizeof(int) : 0) + LOGIT 1442 apps/traincascade/boost.cpp if ( (params.boost_type == LOGIT) || (params.boost_type == GENTLE) ) LOGIT 1506 apps/traincascade/boost.cpp if( params.boost_type == LOGIT ) LOGIT 1598 apps/traincascade/boost.cpp else if( params.boost_type == LOGIT ) LOGIT 993 apps/traincascade/old_ml_boost.cpp params.boost_type != LOGIT && params.boost_type != GENTLE ) LOGIT 1008 apps/traincascade/old_ml_boost.cpp if( (params.boost_type == LOGIT || params.boost_type == GENTLE) && LOGIT 1060 apps/traincascade/old_ml_boost.cpp if ( (_params.boost_type == LOGIT) || (_params.boost_type == GENTLE) ) LOGIT 1141 apps/traincascade/old_ml_boost.cpp size_t _buf_size = (params.boost_type == LOGIT) || (params.boost_type == GENTLE) ? (size_t)(data->sample_count)*sizeof(int) : 0; LOGIT 1152 apps/traincascade/old_ml_boost.cpp if ( (params.boost_type == LOGIT) || (params.boost_type == GENTLE) ) LOGIT 1238 apps/traincascade/old_ml_boost.cpp if( params.boost_type == LOGIT ) LOGIT 1345 apps/traincascade/old_ml_boost.cpp else if( params.boost_type == LOGIT ) LOGIT 1892 apps/traincascade/old_ml_boost.cpp params.boost_type == LOGIT ? "LogitBoost" : LOGIT 1949 apps/traincascade/old_ml_boost.cpp strcmp( boost_type_str, "LogitBoost" ) == 0 ? LOGIT : LOGIT 101 modules/ml/src/boost.cpp if( bparams.boostType == Boost::LOGIT ) LOGIT 274 modules/ml/src/boost.cpp else if( bparams.boostType == Boost::LOGIT ) LOGIT 378 modules/ml/src/boost.cpp bparams.boostType == Boost::LOGIT ? "LogitBoost" : LOGIT 417 modules/ml/src/boost.cpp bts == "LogitBoost" ? Boost::LOGIT : LOGIT 186 modules/ml/test/test_mltests2.cpp return Boost::LOGIT;