git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0e963b3
Branches
Tags
master
SVMCrossVal.git
private
svm_single_crossval.m
snapshot, classification
Christoph Budziszewski
commited
0e963b3
at 2009-03-02 18:28:41
svm_single_crossval.m
Blame
History
Raw
function performance = svm_single_crossval(svmlabel,svmdata,svmopts) addpath 'libsvm-mat-2.88-1'; performance = svmtrain(svmlabel, svmdata, svmopts); end