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, globalInfo
debug, getLogListeners, handleException, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
log
protected 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.OptionHandler
listOptions
in class AbstractEvaluationStatisticsExporter
public void setOptions(String[] options) throws Exception
setOptions
in interface weka.core.OptionHandler
setOptions
in class AbstractEvaluationStatisticsExporter
options
- the options to parseException
- if parsing failspublic String[] getOptions()
getOptions
in interface weka.core.OptionHandler
getOptions
in class AbstractEvaluationStatisticsExporter
public void addLogListener(LogListener l)
addLogListener
in interface LogSupporter
addLogListener
in class LogObject
l
- the listenerpublic void removeLogListener(LogListener l)
removeLogListener
in interface LogSupporter
removeLogListener
in class LogObject
l
- the listenerCopyright © 2017. All Rights Reserved.