git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
0e963b3
Branches
Tags
master
SVMCrossVal.git
private
getSvmArgs.m
snapshot, classification
Christoph Budziszewski
commited
0e963b3
at 2009-03-02 18:28:41
getSvmArgs.m
Blame
History
Raw
function svmargs = getSvmArgs(model,single_run) svmargs = get(model.txtSVMopts,'String'); if single_run svmargs = [svmargs ' -v ' num2str(getSvmNFold(model))]; end end