public abstract class AbstractEvaluationStatisticsHandler extends LogObject implements EvaluationStatisticsHandler
IncrementalEvaluationStatisticsHandler are not considered threadsafe. This
classes must explicitly state that they're threadsafe.m_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractEvaluationStatisticsHandler() |
| Modifier and Type | Method and Description |
|---|---|
String |
finish()
Gets called after the experiment finished.
|
String[] |
getOptions()
Returns the options.
|
abstract String |
globalInfo()
Description to be displayed in the GUI.
|
boolean |
isThreadSafe()
Returns whether the handler is threadsafe.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options.
|
void |
setOptions(String[] options)
Sets the options.
|
addLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitinitialize, read, writeaddLogListener, log, removeLogListenerpublic abstract String globalInfo()
public boolean isThreadSafe()
isThreadSafe in interface EvaluationStatisticsHandlerpublic Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandleroptions - the optionsException - neverpublic String[] getOptions()
getOptions in interface weka.core.OptionHandlerpublic String finish()
finish in interface EvaluationStatisticsHandlerCopyright © 2017. All Rights Reserved.