Cross validation in matlab
Ältere Kommentare anzeigen
What are the steps to performing cross validation on labels of data to get the accuracy of the results?
Akzeptierte Antwort
Weitere Antworten (1)
Ilya
am 30 Jan. 2013
0 Stimmen
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.
1 Kommentar
Lester Lim
am 31 Jan. 2013
Kategorien
Mehr zu Discriminant Analysis finden Sie in Hilfe-Center und File Exchange
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!