![KNN screenshot](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1003770/KNN%20screenshot.png)
What is the value of K in KNN in classification learner app?
4 Ansichten (letzte 30 Tage)
Ältere Kommentare anzeigen
Rashidul Alim Anik
am 17 Mai 2022
Beantwortet: Abhijit Bhattacharjee
am 19 Mai 2022
I've trained my dataset with KNN classifier in classification learner app.I want to know the value of K.
0 Kommentare
Akzeptierte Antwort
Abhijit Bhattacharjee
am 19 Mai 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:
![KNN screenshot](https://www.mathworks.com/matlabcentral/answers/uploaded_files/1003770/KNN%20screenshot.png)
See the circled area in red - that is where you choose K.
0 Kommentare
Weitere Antworten (0)
Siehe auch
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!