java ValidationSelectTrainingSets svmTypeList 0.10 0 MINSIZE
where MINSIZE is replaced by the size of the smallest type set. This says to use the ValidationSelectTrainingSets program, leaving out 10% of the data for testing in each group (thus performing 10-fold cross validation). The last two parameters tell ValidationSelectTrainingSets to use the default mechanism of producing training and testing examples which allows for unbalanced data sets. By setting the second parameter to 1 from 0, all data sets will use equal numbers of training data, which is limited by the MINSIZE group. Several shell scripts used to control the rest of the process will be generated by this step.
java CumulateScores svmTypeList analysisInput
where analysisInput is a file that contains the filenames of each of the AnalysisResults outputs generated by the previous step. This file needs to be created by the enduser. A sample analysisInput file which should work with the defaults generated by the program can be found here.