Home | History | Annotate | Download | only in src

Lines Matching refs:LOGIT

880         params.boost_type != LOGIT && params.boost_type != GENTLE )
895 if( (params.boost_type == LOGIT || params.boost_type == GENTLE) &&
1027 if( params.boost_type == LOGIT )
1132 else if( params.boost_type == LOGIT )
1452 params.boost_type == LOGIT ? "LogitBoost" :
1511 strcmp( boost_type_str, "LogitBoost" ) == 0 ? LOGIT :