How I can view the misclassified records and correct classified records in classification learner
5 vues (au cours des 30 derniers jours)
Afficher commentaires plus anciens
I am performing classification using knn. how I can see the records which are misclassified by the classifier
0 commentaires
Réponses (1)
Hamoon
le 9 Sep 2015
Considering the very nature of knn classifier, your question is logically wrong. It has nothing to do with Matlab actually. If you are passing through the correct label for training data, and you are setting a number for k and a distance function to calculate distances, then you are not allowed to change anything else. If you want to classify your data by yourself that won't be knn classifier. In knn, only test(sample) data can be classified wrong which is the output of the classifier and you can see them and you are not allowed to change them.
4 commentaires
Voir également
Catégories
En savoir plus sur Classification dans Help Center et File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!