master
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 testing result tree

Christoph Budziszewski authored 7 years ago

private/defineGlobals.m  4) %SVMCROSSVAL_TOOLBOXPATH = fullfile(getSpmPath,'toolbox','SVMCrossVal');
private/defineGlobals.m  5) SVMCROSSVAL_TOOLBOXPATH = '/home/chris/MATLAB/spmtoolbox/SVMCrossVal';
Christoph Budziszewski first eventually working st...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m  6) 
private/defineGlobals.m  7) global SVMCROSSVAL_STUDYDIR;
Christoph Budziszewski testing result tree

Christoph Budziszewski authored 7 years ago

private/defineGlobals.m  8) %SVMCROSSVAL_STUDYDIR = fullfile(SVMCROSSVAL_TOOLBOXPATH,'study');
private/defineGlobals.m  9) SVMCROSSVAL_STUDYDIR = fullfile('/home/chris/MATLAB/spmtoolbox/SVMCrossVal','study');
private/defineGlobals.m 10) 
Christoph Budziszewski first eventually working st...

Christoph Budziszewski authored 14 years ago

private/defineGlobals.m 11) 
Christoph Budziszewski possibly working version, c...

Christoph Budziszewski authored 15 years ago

defineGlobals.m         12) global SVMCROSSVAL_SUBJECT_PREFIX;
defineGlobals.m         13) SVMCROSSVAL_SUBJECT_PREFIX                        = 'subject';
Christoph Budziszewski snapshot, classification

Christoph Budziszewski authored 15 years ago

defineGlobals.m         14) 
defineGlobals.m         15) global SVMCROSSVAL_SUBJECTSTRUCT_NAME;
Christoph Budziszewski more x-svm classification

Christoph Budziszewski authored 15 years ago

defineGlobals.m         16) SVMCROSSVAL_SUBJECTSTRUCT_NAME                    = 'subjectStruct';
defineGlobals.m         17)