Lines Matching refs:neighborResponses
2890 // float findNearest(Mat samples, int k, Mat& results, Mat& neighborResponses = Mat(), Mat& dist = Mat())2904 Mat& neighborResponses = *((Mat*)neighborResponses_nativeObj);2906 float _retval_ = (*me)->findNearest( samples, (int)k, results, neighborResponses, dist );