KNN Classifier Problem

asked 2014-01-27 15:10:52 -0600

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

edit retag flag offensive close merge delete

Comments

You could see the answer here

Haris gravatar imageHaris ( 2014-01-29 01:55:10 -0600 )edit