Ask Your Question

kkdirvi's profile - activity

2014-01-27 15:10:52 -0600 asked a question KNN Classifier Problem

I trained KNN classifier. This is the last part of the train CvKNearest knn(featuremat,labelmat,Mat(),false,K); Now i want to find the reult by this...knn.find_nearest(testdata, k, &result); where result is the required labels or class results. Can plz some1 tell me how i will print this &result