|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Objectweka.core.Check
public abstract class Check
Abstract general class for testing in Weka.
Constructor Summary | |
---|---|
Check()
|
Method Summary | |
---|---|
abstract void |
doTests()
Begin the tests, reporting results to System.out |
boolean |
getDebug()
Get whether debugging is turned on |
String[] |
getOptions()
Gets the current settings of the CheckClassifier. |
boolean |
getSilent()
Get whether silent mode is turned on |
Enumeration |
listOptions()
Returns an enumeration describing the available options. |
void |
setDebug(boolean debug)
Set debugging mode |
void |
setOptions(String[] options)
Parses a given list of options. |
void |
setSilent(boolean value)
Set slient mode, i.e., no output at all to stdout |
Methods inherited from class java.lang.Object |
---|
equals, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Methods inherited from interface weka.core.RevisionHandler |
---|
getRevision |
Constructor Detail |
---|
public Check()
Method Detail |
---|
public Enumeration listOptions()
listOptions
in interface OptionHandler
public void setOptions(String[] options) throws Exception
setOptions
in interface OptionHandler
options
- the list of options as an array of strings
Exception
- if an option is not supportedpublic String[] getOptions()
getOptions
in interface OptionHandler
public abstract void doTests()
public void setDebug(boolean debug)
debug
- true if debug output should be printedpublic boolean getDebug()
public void setSilent(boolean value)
value
- whether silent mode is active or notpublic boolean getSilent()
|
||||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | |||||||||
SUMMARY: NESTED | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |