Lines Matching full:test_samples
324 Mat test_samples = _samples.getMat();
325 CV_Assert( test_samples.type() == CV_32F && test_samples.cols == samples.cols );
326 int testcount = test_samples.rows;
353 findKNearestInvoker invoker(this, k, test_samples, pres, pnr, pd, &result);
380 Mat test_samples = _samples.getMat();
381 CV_Assert( test_samples.type() == CV_32F && test_samples.cols == samples.cols );
382 int testcount = test_samples.rows;
409 for (int i=0; i<test_samples.rows; ++i)
424 tr.findNearest(test_samples.row(i), k, Emax, _res, _nr, _d, noArray());