public abstract class AbstractMetaEvaluationStatisticsExporter extends AbstractEvaluationStatisticsExporter
| Modifier and Type | Field and Description |
|---|---|
protected EvaluationStatisticsExporter |
m_Exporter
the base exporter.
|
m_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractMetaEvaluationStatisticsExporter() |
| Modifier and Type | Method and Description |
|---|---|
void |
addLogListener(LogListener l)
Adds the log listener to use.
|
String |
exporterTipText()
Describes this property.
|
protected abstract EvaluationStatisticsExporter |
getDefaultExporter()
Returns the default exporter to use.
|
EvaluationStatisticsExporter |
getExporter()
Returns the exporter in use.
|
String[] |
getOptions()
Returns the options.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
void |
removeLogListener(LogListener l)
Remove the log listener to use.
|
void |
setExporter(EvaluationStatisticsExporter value)
Sets the exporter to use.
|
void |
setOptions(String[] options)
Sets the options.
|
doExport, export, globalInfodebug, getLogListeners, handleException, logclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogprotected EvaluationStatisticsExporter m_Exporter
public AbstractMetaEvaluationStatisticsExporter()
protected abstract EvaluationStatisticsExporter getDefaultExporter()
public void setExporter(EvaluationStatisticsExporter value)
value - the exporterpublic EvaluationStatisticsExporter getExporter()
public String exporterTipText()
public Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractEvaluationStatisticsExporterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractEvaluationStatisticsExporteroptions - the options to parseException - if parsing failspublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractEvaluationStatisticsExporterpublic 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.