All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home

Class weka.classifiers.m5.Options

java.lang.Object
    |
    +----weka.classifiers.m5.Options

public final class Options
extends java.lang.Object
implements java.io.Serializable
Class for handing options

Version:
$Revision: 1.4 $
Author:
Yong Wang (yongwang@cs.waikato.ac.nz)

Constructor Index

 o Options(Instances)
 
 o Options(String[])
Constructs an object to store command line options and other necessary information

Method Index

 o initialize(Instances)
Initializes for constucting model trees
 o printValidOptions()
Prints valid command line options and simply explains the output
 o toString(Instances)
Prints information stored in an 'Options' object, basically containing command line options

Constructor Detail

 o Options
public Options(Instances inst)
 o Options
public Options(java.lang.String argv[])
          Constructs an object to store command line options and other necessary information
Parameters:
argv - command line auguments

Method Detail

 o initialize
public final void initialize(Instances inst) throws java.lang.Exception
          Initializes for constucting model trees
Parameters:
dataset - a dataset
Throws:
java.lang.Exception - if something goes wrong
 o toString
public final java.lang.String toString(Instances inst) throws java.lang.Exception
          Prints information stored in an 'Options' object, basically containing command line options
Parameters:
dataset - a dataset
Throws:
java.lang.Exception - if something goes wrong
 o printValidOptions
public final void printValidOptions()
          Prints valid command line options and simply explains the output

All Packages  Class Hierarchy  This Package  Previous  Next  Index  WEKA's home