public class Run
extends Object
Helper class that executes Weka schemes from the command line. Performs
Suffix matching on the scheme name entered by the user - e.g.
java weka.Run NaiveBayes
will prompt the user to choose among weka.classifiers.bayes.ComplementNaiveBayes,
weka.classifiers.bayes.NaiveBayes, weka.classifiers.bayes.NaiveBayesMultinomial,
weka.classifiers.bayes.NaiveBayesMultinomialUpdateable, weka.classifiers.bayes.NaiveBayesSimple,
weka.classifiers.bayes.NaiveBayesUpdateable
- Version:
- $Revision: 8034 $
- Author:
- Mark Hall (mhall{[at]}pentaho{[dot]}com)