Help with Leave One Out Cross Validation
Ältere Kommentare anzeigen
Hello everyone!
I'm in a very large pickle right now, as it is my exam period, and we have to create a MatLab document wherein we have to build a lot of classifiers and those kinds of things.
I have a dataset (found here (<http://archive.ics.uci.edu/ml/datasets/seeds#))>, and I need to perform a Leave One Out Cross Validation on it, but I'm at a loss of how to even get started.
Can anyone give me some tips on how to get started? I'd really appreciate it.
Thank you guys,
-Mads
Antworten (2)
Sean de Wolski
am 9 Jan. 2013
I would start with crossval.
doc crossval
It looks like crossval even has a builtin in option for 'leaveout' which does this.
Kategorien
Mehr zu Resampling Techniques finden Sie in Hilfe-Center und File Exchange
Produkte
Community Treasure Hunt
Find the treasures in MATLAB Central and discover how the community can help you!
Start Hunting!