Home | History | Annotate | Download | only in src

Lines Matching refs:SQERR

896         params.split_criteria != SQERR )
897 params.split_criteria = SQERR;
1459 params.boost_type == SQERR ? "SquaredErr" : 0;
1527 strcmp( split_crit_str, "SquaredErr" ) == 0 ? SQERR : -1;
1532 if( params.split_criteria < DEFAULT || params.boost_type > SQERR )