Lines Matching refs:to_right
3062 int i, n = data->cat_count->data.i[ci], to_right = 0, default_dir;3064 to_right += CV_DTREE_CAT_DIR(i,split->subset) > 0;3068 default_dir = to_right <= 1 || to_right <= MIN(3, n/2) || to_right <= n/3 ? -1 : 1;