Running Learning Schemes
java <learner class> [options]
Example learner classes
C4.5 weka.classifiers.j48.J48
Naïve bayes weka.classifiers.NaiveBayes
KNN weka.classifiers.IBk
Important generic options
-t <training file> Specify training file
-T <test files> If none, CV is performed on training data
-x <number of folds> Number of folds for cross-validation
-s <random number seed> For CV
-l <input file> Use saved model
-d <output file> Output model to file
Invoking a learner without any options will list all the scheme-specific options