CvKNearest_ update Pre-existing responses
In the CvKNearest class,How can I update Pre-existing responses or How can I delete part of Pre-existing trainData & responses?
In the CvKNearest class,How can I update Pre-existing responses or How can I delete part of Pre-existing trainData & responses?
You can not delete or edit any pre-existing features & responses in the CvKnearest.In the first train CvKnearst with new trainData & response & update flag then create a list for storage deleted response.When you use the find_nearest to compute results(neighbors index).For each results index is in the deleted list there will not be considered in the calculations.
Please rephrase your answer ... it couldn't be more unclear...
Asked: 2013-07-24 23:20:43 -0600
Seen: 172 times
Last updated: Jul 30 '13
CvKNearest Circular(angle) nearest neighbor
Digit recognition with OpenCV 2.4.6 in Java [closed]
cv::KNearest : change distance used
What characteristics does opencv's k nearest neighbor algorithm use to predict?
Results of CvKNearest::find_nearest