public abstract class AbstractMeasurementEvaluationStatisticsExporter extends AbstractFileBasedEvaluationStatisticsExporter implements FileBasedMeasurementEvaluationStatisticsExporter
| Modifier and Type | Field and Description |
|---|---|
protected String |
m_Measurement
the measurement to output.
|
m_Filem_Debug, m_LogListeners| Constructor and Description |
|---|
AbstractMeasurementEvaluationStatisticsExporter() |
| Modifier and Type | Method and Description |
|---|---|
protected List<EvaluationStatistics> |
aggregate(List<EvaluationStatistics> stats)
Aggregates the stats and returns the "mean".
|
protected String |
doExport(List<EvaluationStatistics> stats)
Exports the statistics.
|
protected abstract String |
doExportAggregated(List<EvaluationStatistics> stats)
Exports the aggregated statistics.
|
protected String |
getDefaultMeasurement()
Returns the default exporters to use.
|
String |
getMeasurement()
Returns the measurement in use.
|
String[] |
getOptions()
Returns the options.
|
Enumeration<weka.core.Option> |
listOptions()
Returns an enumeration of all the available options..
|
String |
measurementTipText()
Describes this property.
|
void |
setMeasurement(String value)
Sets the measurement to use.
|
void |
setOptions(String[] options)
Sets the options.
|
export, fileTipText, getDefaultFile, getFile, setFileglobalInfoaddLogListener, debug, getLogListeners, handleException, log, removeLogListenerclone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, waitfileTipText, getFile, getFormatDescription, getFormatExtensions, setFileexportaddLogListener, log, removeLogListenerprotected String m_Measurement
public AbstractMeasurementEvaluationStatisticsExporter()
protected String getDefaultMeasurement()
public void setMeasurement(String value)
setMeasurement in interface FileBasedMeasurementEvaluationStatisticsExportervalue - the measurementpublic String getMeasurement()
getMeasurement in interface FileBasedMeasurementEvaluationStatisticsExporterpublic String measurementTipText()
measurementTipText in interface FileBasedMeasurementEvaluationStatisticsExporterpublic Enumeration<weka.core.Option> listOptions()
listOptions in interface weka.core.OptionHandlerlistOptions in class AbstractFileBasedEvaluationStatisticsExporterpublic void setOptions(String[] options) throws Exception
setOptions in interface weka.core.OptionHandlersetOptions in class AbstractFileBasedEvaluationStatisticsExporteroptions - the options to parseException - if parsing failspublic String[] getOptions()
getOptions in interface weka.core.OptionHandlergetOptions in class AbstractFileBasedEvaluationStatisticsExporterprotected List<EvaluationStatistics> aggregate(List<EvaluationStatistics> stats)
stats - the stats to aggregateprotected abstract String doExportAggregated(List<EvaluationStatistics> stats)
stats - the aggregated statistics to exportprotected String doExport(List<EvaluationStatistics> stats)
doExport in class AbstractEvaluationStatisticsExporterstats - the statistics to exportCopyright © 2017. All Rights Reserved.