public abstract class AbstractMetaEvaluator extends AbstractEvaluator
| Modifier and Type | Field and Description |
|---|---|
protected Evaluator |
m_Evaluator
the base evaluator.
|
m_Stoppedm_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractMetaEvaluator() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogListener(LogListener l)
Adds the log listener to use.
|
String |
evaluatorTipText()
Describes this property.
|
protected abstract Evaluator |
getDefaultEvaluator()
Returns the default evaluator to use.
|
Evaluator |
getEvaluator()
Returns the evaluator in use.
|
String[] |
getOptions()
Returns the options.
|
String |
initialize()
Initializes the evaluator.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
void |
removeLogListener(LogListener l)
Remove the log listener to use.
|
void |
setEvaluator(Evaluator value)
Sets the evaluator to use.
|
void |
setOptions(String[] options)
Sets the options.
|
void |
stop()
Stops the evaluation, if possible.
|
globalInfodebug, getLogListeners, handleException, logclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogprotected Evaluator m_Evaluator
public String initialize()
initialize in interface Evaluatorinitialize in class AbstractEvaluatorprotected abstract Evaluator getDefaultEvaluator()
public void setEvaluator(Evaluator value)
value - the evaluatorpublic Evaluator getEvaluator()
public String evaluatorTipText()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractEvaluatorpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractEvaluatoroptions - the options to parseException - if parsing failspublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractEvaluatorpublic void stop()
stop in interface Evaluatorstop in class AbstractEvaluatorpublic void addLogListener(LogListener l)
addLogListener in interface LogSupporteraddLogListener in class LogObjectl - the listenerpublic void removeLogListener(LogListener l)
removeLogListener in interface LogSupporterremoveLogListener in class LogObjectl - the listenerCopyright © 2017. All Rights Reserved.