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, removeLogListener
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
addLogListener, log, removeLogListener
public abstract String globalInfo()
public String initialize()
initialize
in interface Evaluator
public Enumeration<weka.core.Option> listOptions()
listOptions
in interface weka.core.OptionHandler
public void setOptions(String[] options) throws Exception
setOptions
in interface weka.core.OptionHandler
options
- the options to parseException
- if parsing failspublic String[] getOptions()
getOptions
in interface weka.core.OptionHandler
Copyright © 2017. All Rights Reserved.