|
||||||||||
| 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 |
java.lang.String[] |
getOptions()
Gets the current settings of the CheckClassifier. |
boolean |
getSilent()
Get whether silent mode is turned on |
java.util.Enumeration |
listOptions()
Returns an enumeration describing the available options. |
void |
setDebug(boolean debug)
Set debugging mode |
void |
setOptions(java.lang.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 java.util.Enumeration listOptions()
listOptions in interface OptionHandler
public void setOptions(java.lang.String[] options)
throws java.lang.Exception
setOptions in interface OptionHandleroptions - the list of options as an array of strings
java.lang.Exception - if an option is not supportedpublic java.lang.String[] getOptions()
getOptions in interface OptionHandlerpublic 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 | |||||||||