|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--weka.classifiers.m5.Options
Class for handing options
Constructor Summary | |
Options(Instances inst)
|
|
Options(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 |
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 |
public Options(Instances inst)
public Options(String[] argv)
argv
- command line augumentsMethod Detail |
public final void initialize(Instances inst) throws Exception
Exception
- if something goes wrongpublic final String toString(Instances inst) throws Exception
Exception
- if something goes wrongpublic final void printValidOptions()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |