why knn classifier accuracy for multi class dataset is low?
Show older comments
I have data set consist of 296 features for 37 class. The data set is ordered according to the classes. I trained and test the data using KNN classifier. However, the maximum accuracy that i have go is about 13.423%.
- why I got these low result I tried it on 296*21 features and 296*82 the result does not change much?
- Is this because I have 37 class, because most of the application i saw have about 3 classes?
- Is there any way to increase this accuracy or alternative evaluation way because the knn match result is success 100% ?
thank you
1 Comment
Eliza
on 25 Feb 2018
Accepted Answer
More Answers (0)
Categories
Find more on Pattern Recognition and Classification in Help Center and File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!