CheckOptionHandler (original) (raw)


public class CheckOptionHandler
extends Check
Simple command line checking of classes that implement OptionHandler.
Usage:
CheckOptionHandler -W optionHandlerClassName -- test options
Valid options are:
-D
Turn on debugging output.
-S
Silent mode - prints nothing to stdout.
-W
Full name of the OptionHandler analysed.
eg: weka.classifiers.rules.ZeroR
(default weka.classifiers.rules.ZeroR)

Options specific to option handler weka.classifiers.rules.ZeroR:

-D
If set, classifier is run in debug mode and
may output additional info to the console
Options after -- are used as user options in testing the OptionHandler
Version: Revision:1.13Revision: 1.13 Revision:1.13
Author:
Len Trigg (trigg@cs.waikato.ac.nz), FracPete (fracpete at waikato dot ac dot nz)