You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Written 2011 by Daniel Kessler, kesslerd@umich.edu
4
+
5
+
**Prerequisites**
6
+
This was code was written and tested in AFNI_2011_05_26_1457
7
+
8
+
9
+
This batch script should not require any modification by you. Instead, you customize it by editing the support text files that come with it, namely:
10
+
11
+
*svmdir
12
+
This file should contain a path to an extant directory where the script should store all of its intermediates and results
13
+
14
+
*filelist1
15
+
This should contain a whitespace-delimted list of (ideally absolute) paths to files that 3dsvm will consider to be examples of class 1. If you are giving it data from img/hdr pairs, be sure to point to the hdr (it will figure out where the img is based on the hdr).
16
+
17
+
*filelist2
18
+
Just like filelist1, except these are files that represent examples from class 2.
19
+
20
+
That's it. Other support files may be added as we extend functionality.
21
+
22
+
23
+
**Likely future additions
24
+
25
+
1) Automatic testing of model on training set
26
+
2) Automated partitioning of examples into training set and test set for model cross-validation
27
+
3) Permutation testing. This will be computationally intensive, but not too hard to implement.
0 commit comments