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