weka
Class Run
java.lang.Object
weka.Run
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)
|
Constructor Summary |
Run()
|
|
Method Summary |
static void |
main(String[] args)
Main method for this class. |
Run
public Run()
main
public static void main(String[] args)
- Main method for this class. -help or -h prints usage info.
- Parameters:
args -
Copyright © 2012 University of Waikato, Hamilton, NZ. All Rights Reserved.