daadf09bb8b68328d5df1e730878307ae52c49d7
Christoph Budziszewski possibly working version, c...

Christoph Budziszewski authored 15 years ago

1) function defineGlobals()
2) %define global constants
3) global SVMCROSSVAL_USE_DRIVE_CHECK_HACK;
4) %enables subroutine to check if image path starts with 'D'
5) SVMCROSSVAL_USE_DRIVE_CHECK_HACK                  = 1;  
6) 
7) global SVMCROSSVAL_CROSSVAL_METHOD_DEF;
8) % supported classification methods
9) SVMCROSSVAL_CROSSVAL_METHOD_DEF.svmcrossval       = 'svm crossval';
10) SVMCROSSVAL_CROSSVAL_METHOD_DEF.classPerformance  = 'svm class performance';
11) SVMCROSSVAL_CROSSVAL_METHOD_DEF.crossSubject      = 'svm across subject testing';
12) SVMCROSSVAL_CROSSVAL_METHOD_DEF.somTraining       = 'som Training';
13) 
14) global SVMCROSSVAL_VOXEL_SELECTION_MODE_DEF;
15) % supported voxel selection methods
16) SVMCROSSVAL_VOXEL_SELECTION_MODE_DEF.manualGui    = 'manually defined in GUI';
17) SVMCROSSVAL_VOXEL_SELECTION_MODE_DEF.roiImage     = 'use ROI image by pop-up image selector';
18) 
19) global SVMCROSSVAL_SUBJECT_PREFIX;
20) % internally used to prefix subject-ids starting with numbers.
21) SVMCROSSVAL_SUBJECT_PREFIX                        = 'subject';
Christoph Budziszewski snapshot, classification

Christoph Budziszewski authored 15 years ago

22) 
23) global SVMCROSSVAL_SUBJECTSTRUCT_NAME;
Christoph Budziszewski more x-svm classification

Christoph Budziszewski authored 15 years ago

24) SVMCROSSVAL_SUBJECTSTRUCT_NAME                    = 'subjectStruct';
25) 
26) global SVMCROSSVAL_PREPROCESSED_DATA_NAME;
27) SVMCROSSVAL_PREPROCESSED_DATA_NAME                = 'preprocessedData';