: Class Options Overview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: INNER | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD weka.classifiers.m5 Class Options java.lang.Object | +--weka.classifiers.m5.Options All Implemented Interfaces: java.io.Serializable public final class Optionsextends java.lang.Objectimplements java.io.Serializable Class for handing options See Also: Serialized Form Constructor Summary Options(Instances inst) Options(java.lang.String[] argv) Constructs an object to store command line options and other necessary information Method Summary void initialize(Instances inst) Initializes for constucting model trees void printValidOptions() Prints valid command line options and simply explains the output java.lang.String toString(Instances inst) Prints information stored in an 'Options' object, basically containing command line options Methods inherited from class java.lang.Object clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait Constructor Detail Options public Options(Instances inst) 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 initialize public final void initialize(Instances inst) throws java.lang.Exception Initializes for constucting model trees Parameters:dataset - a datasetThrows:java.lang.Exception - if something goes wrong 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 datasetThrows:java.lang.Exception - if something goes wrong printValidOptions public final void printValidOptions() Prints valid command line options and simply explains the output Overview Package Class Tree Deprecated Index Help PREV CLASS NEXT CLASS FRAMES NO FRAMES SUMMARY: INNER | FIELD | CONSTR | METHOD DETAIL: FIELD | CONSTR | METHOD