weka
Class Run

java.lang.Object
  extended by 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)

Nested Class Summary
static class Run.SchemeType
           
 
Constructor Summary
Run()
           
 
Method Summary
static void main(String[] args)
          Main method for this class.
 
Methods inherited from class java.lang.Object
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
 

Constructor Detail

Run

public Run()
Method Detail

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.