What is the value of K in KNN in classification learner app?
1 次查看(过去 30 天)
显示 更早的评论
I've trained my dataset with KNN classifier in classification learner app.I want to know the value of K.
0 个评论
采纳的回答
Abhijit Bhattacharjee
2022-5-19
K in KNN is the number of nearest neighbors. This is a user-supplied parameter. If you open the Classification Learner App and load some data for a KNN model, you might see a window similar to the following:
See the circled area in red - that is where you choose K.
0 个评论
更多回答(0 个)
另请参阅
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!