git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
48fb182
Branches
Tags
master
SVMCrossVal.git
private
svm_single_crossval.m
new labels, some cleanup
Christoph Budziszewski
commited
48fb182
at 2009-08-07 17:23:37
svm_single_crossval.m
Blame
History
Raw
function performance = svm_single_crossval(svmlabel,svmdata,svmopts) global NODALYZE_LIBSVM; addpath(fullfile(getTbxPath,NODALYZE_LIBSVM)); performance = svmtrain(svmlabel, svmdata, svmopts); end