Cross validation in matlab
古いコメントを表示
What are the steps to performing cross validation on labels of data to get the accuracy of the results?
採用された回答
その他の回答 (1 件)
Ilya
2013 年 1 月 30 日
0 投票
The Statistics Toolbox provides utilities for cross-validation. If you are using R2011a or later, take a look at ClassificationTree.fit, ClassificationDiscriminant.fit, ClassificationKNN.fit and fitensemble. Notice the 'crossval' parameter and other related parameters. If you are working in an older release or not using any of these classifiers, the crossval function is a generic utility for that purpose.
カテゴリ
ヘルプ センター および File Exchange で Discriminant Analysis についてさらに検索
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!