git.schokokeks.org
Repositories
Help
Report an Issue
SVMCrossVal.git
Code
Commits
Branches
Tags
Suche
Strukturansicht:
4b57696
Branches
Tags
master
SVMCrossVal.git
private
getNumberOfSessions.m
moved helpercode to private
Christoph Budziszewski
commited
4b57696
at 2009-01-07 09:24:55
getNumberOfSessions.m
Blame
History
Raw
function nSessions = getNumberOfSessions(des) nSessions = length(des.Sess); % nSessions = model.nSessions; end