All Packages Class Hierarchy This Package Previous Next Index WEKA's home
java.lang.Object
|
+----weka.core.CheckOptionHandler
Usage:
CheckOptionHandler -W optionHandlerClassName -- test options
Valid options are:
-W classname
The name of a class implementing an OptionHandler.
Options after -- are used as user options in testing the OptionHandler
Valid options are:
-W classname
The name of the class implementing an OptionHandler.
public CheckOptionHandler()
public static java.lang.String printOptions(java.lang.String options[])
options - the options to be joined
public static void compareOptions(java.lang.String options1[],
java.lang.String options2[]) throws java.lang.Exception
options1 - the first set of options
options2 - the second set of options
public static void checkOptionHandler(OptionHandler oh,
java.lang.String options[]) throws java.lang.Exception
oh - the OptionHandler of interest
options - an array of strings containing some test command
line options
public static void main(java.lang.String args[])
Valid options are:
-W classname
The name of the class implementing an OptionHandler.
Options after -- are used as user options in testing the OptionHandler
the - options to the CheckOptionHandler
All Packages Class Hierarchy This Package Previous Next Index WEKA's home