git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
2095645
Branches
Tags
master
SVMCrossVal.git
javahelper
getClassLabel.m
SVMCrossVal toolbox init
Christoph Budziszewski
commited
2095645
at 2008-12-17 13:45:29
getClassLabel.m
Blame
History
Raw
function label = getClassLabel(key) cmd = sprintf('lm.getLabel(%d)',key); label = evalin('base',cmd); end