
What is the value of K in KNN in classification learner app?
6 views (last 30 days)
Show older comments
Rashidul Alim Anik
on 17 May 2022
Answered: Abhijit Bhattacharjee
on 19 May 2022
I've trained my dataset with KNN classifier in classification learner app.I want to know the value of K.
0 Comments
Accepted Answer
Abhijit Bhattacharjee
on 19 May 2022
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 Comments
More Answers (0)
See Also
Categories
Find more on Statistics and Machine Learning Toolbox 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!