aa0fb379218f6b86818442412779930261a7d51a
Christoph Budziszewski possibly working version, c...

Christoph Budziszewski authored 15 years ago

defineGlobals.m          1) function defineGlobals()
Christoph Budziszewski spatial and temporal groupi...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m  2) 
Christoph Budziszewski first eventually working st...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m  3) global SVMCROSSVAL_TOOLBOXPATH;
Christoph Budziszewski spatial and temporal groupi...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m  4) SVMCROSSVAL_TOOLBOXPATH = fullfile(getSpmPath,'toolbox','SVMCrossVal');
Christoph Budziszewski first eventually working st...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m  5) 
private/defineGlobals.m  6) global SVMCROSSVAL_STUDYDIR;
private/defineGlobals.m  7) SVMCROSSVAL_STUDYDIR = fullfile(SVMCROSSVAL_TOOLBOXPATH,'study');
private/defineGlobals.m  8) 
Christoph Budziszewski possibly working version, c...

Christoph Budziszewski authored 15 years ago

defineGlobals.m          9) global SVMCROSSVAL_SUBJECT_PREFIX;
defineGlobals.m         10) SVMCROSSVAL_SUBJECT_PREFIX                        = 'subject';
Christoph Budziszewski snapshot, classification

Christoph Budziszewski authored 15 years ago

defineGlobals.m         11) 
defineGlobals.m         12) global SVMCROSSVAL_SUBJECTSTRUCT_NAME;
Christoph Budziszewski more x-svm classification

Christoph Budziszewski authored 15 years ago

defineGlobals.m         13) SVMCROSSVAL_SUBJECTSTRUCT_NAME                    = 'subjectStruct';
defineGlobals.m         14)