public class MultiExporter extends AbstractEvaluationStatisticsExporter
Modifier and Type | Field and Description |
---|---|
protected EvaluationStatisticsExporter[] |
m_Exporters
the base exporter.
|
m_Debug, m_LogListeners
Constructor and Description |
---|
MultiExporter() |
Modifier and Type | Method and Description |
---|---|
void |
addLogListener(LogListener l)
Adds the log listener to use.
|
protected String |
doExport(List<EvaluationStatistics> stats)
Exports the statistics.
|
String |
exportersTipText()
Describes this property.
|
protected EvaluationStatisticsExporter[] |
getDefaultExporters()
Returns the default exporters to use.
|
EvaluationStatisticsExporter[] |
getExporters()
Returns the exporter in use.
|
String[] |
getOptions()
Returns the options.
|
String |
globalInfo()
Description to be displayed in the GUI.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
void |
removeLogListener(LogListener l)
Remove the log listener to use.
|
void |
setExporters(EvaluationStatisticsExporter[] value)
Sets the exporters to use.
|
void |
setOptions(String[] options)
Sets the options.
|
export
debug, getLogListeners, handleException, log
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait
log
protected EvaluationStatisticsExporter[] m_Exporters
public String globalInfo()
globalInfo
in class AbstractEvaluationStatisticsExporter
protected EvaluationStatisticsExporter[] getDefaultExporters()
public void setExporters(EvaluationStatisticsExporter[] value)
value
- the exporterspublic EvaluationStatisticsExporter[] getExporters()
public String exportersTipText()
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 listenerprotected String doExport(List<EvaluationStatistics> stats)
doExport
in class AbstractEvaluationStatisticsExporter
stats
- the statistics to exportCopyright © 2017. All Rights Reserved.