Home | History | Annotate | Download | only in src

Lines Matching refs:best_idx

1479         int best_idx = lastClassIdx;
1482 best_idx = 0;
1484 if( votes[best_idx] < votes[i] )
1485 best_idx = i;
1487 sum = (flags & RAW_OUTPUT) ? (float)best_idx : classLabels[best_idx];