i have a leave based data set of 100 spices having three features i.e; shape, size and texture. how to apply knn classifier on this dataset in matlab
7 views (last 30 days)
Show older comments
i have a leave based data set of 100 spices having three features i.e; shape, size and texture.
how to apply knn classifier on this dataset in matlab
0 Comments
Answers (1)
Yash Trivedi
on 9 Jul 2018
Hi Tabeer,
You can refer the following pages which list details and explanation regarding knn and the MATLAB knn API -
https://www.mathworks.com/help/stats/classification-using-nearest-neighbors.html - background and theory of kNN
https://www.mathworks.com/help/stats/classificationknn-class.html - MATLAB kNN API and Documentation
If you need more help, please post a more specific question providing additional details.
0 Comments
See Also
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!