Home | History | Annotate | Download | only in src

Lines Matching refs:maxlr

813     node->maxlr = 0.;
1424 // besides, the function compute node->maxlr,
1426 // for a surrogate split. Surrogate splits with quality less than node->maxlr
1522 node->maxlr = MAX( L, R );
2064 int worst_val = cvFloor(node->maxlr), _best_val = worst_val;
2108 double worst_val = node->maxlr;
2156 return best_i >= 0 && best_val > node->maxlr ? data->new_split_ord( vi,
2247 if( split->quality <= node->maxlr || l_win == 0 || l_win == mi )