I am using the KNN classifier with BoW descriptor histograms. I would like to find a threshold between the matches. How can I do that?
1 | initial version |
I am using the KNN classifier with BoW descriptor histograms. I would like to find a threshold between the matches. How can I do that?
2 | No.2 Revision |
I am using the KNN classifier with BoW descriptor histograms. I would like to find a threshold between the matches. So that if the value is higher than a threshold consider that the classification has been done well, if not, show the best two classes of the results. How can I do that?