フィルターのクリア

How does k-fold cross validation work in KNN?

1 回表示 (過去 30 日間)
Samuel L. Polk
Samuel L. Polk 2018 年 12 月 10 日
回答済み: Don Mathis 2018 年 12 月 13 日
My understanding is that KNN uses the classifications of the k data nearest to a query point in order to inform the classification of the query point. I was wondering how K-fold cross validation affects the ability of the KNN classifier in the classificationLearner toolbox in Matlab. My understanding of K-Fold CV is that it is used to make sure that out-of-sample data is predicted well. But also, one can use cross validation to optimize hyperparameters. Is something like this happening with KNN too? If so, what hyperparameters are being optimized through the use of KNN in classificationLearner?

採用された回答

Don Mathis
Don Mathis 2018 年 12 月 13 日
There is currently no automatic hyperparameter optimization in the classificationLearner. It just uses the hyperparameters you have chosen and runs cross-validation to estimate the out-of-sample loss.

その他の回答 (0 件)

カテゴリ

Help Center および File ExchangeStatistics and Machine Learning Toolbox についてさらに検索

Community Treasure Hunt

Find the treasures in MATLAB Central and discover how the community can help you!

Start Hunting!

Translated by