Home
last modified time | relevance | path

Searched refs:best_cls (Results 1 – 1 of 1) sorted by relevance

/external/opencv3/modules/ml/test/
Dtest_mltests2.cpp164 Point best_cls; in ann_calc_error() local
165 minMaxLoc(output, 0, 0, 0, &best_cls, 0); in ann_calc_error()
169 int d = best_cls.x == r ? 0 : 1; in ann_calc_error()
171 pred_resp[i] = (float)best_cls.x; in ann_calc_error()