public abstract class AbstractEvaluator extends LogObject implements Evaluator
| Modifier and Type | Field and Description |
|---|---|
protected boolean |
m_Stopped
whether the evaluation got stopped.
|
m_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
String[] |
getOptions()
Returns the options.
|
abstract String |
globalInfo()
Description to be displayed in the GUI.
|
String |
initialize()
Initializes the evaluator.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
void |
setOptions(String[] options)
Sets the options.
|
void |
stop()
Stops the evaluation, if possible.
|
addLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitaddLogListener, log, removeLogListenerpublic abstract String globalInfo()
public String initialize()
initialize in interface Evaluatorpublic Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandleroptions - the options to parseException - if parsing failspublic String[] getOptions()
getOptions in interface weka.core.OptionHandlerCopyright © 2017. All Rights Reserved.