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.
|
exportdebug, getLogListeners, handleException, logclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitlogprotected EvaluationStatisticsExporter[] m_Exporters
public String globalInfo()
globalInfo in class AbstractEvaluationStatisticsExporterprotected 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.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 listenerprotected String doExport(List<EvaluationStatistics> stats)
doExport in class AbstractEvaluationStatisticsExporterstats - the statistics to exportCopyright © 2017. All Rights Reserved.