git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
4b81e19
Branches
Tags
master
SVMCrossVal.git
private
svm_single_crossval.m
spm2 compatibility, start change study
Christoph Budziszewski
commited
4b81e19
at 2009-05-22 11:16:41
svm_single_crossval.m
Blame
History
Raw
function performance = svm_single_crossval(svmlabel,svmdata,svmopts) addpath(fullfile(getTbxPath,'libsvm-mat-2.88-1')); performance = svmtrain(svmlabel, svmdata, svmopts); end