Interface | Description |
---|---|
AggregatedEvaluationStatisticsExporter |
Interface for statistics exporter that aggregate their data first.
|
EvaluationStatisticsExporter |
Interface for classes that export statistics into other formats.
|
FileBasedEvaluationStatisticsExporter |
Interface for file-based statistics exporters.
|
FileBasedMeasurementEvaluationStatisticsExporter |
Interface for file-based statistics exporters for a single measurement.
|
Class | Description |
---|---|
AbstractEvaluationStatisticsExporter |
Ancestor for statistics exporters.
|
AbstractFileBasedEvaluationStatisticsExporter |
Ancestor for file-based statistics exporters.
|
AbstractMeasurementEvaluationStatisticsExporter |
Ancestor for classes that export a single statistic.
|
AbstractMetaEvaluationStatisticsExporter |
Wraps another exporter.
|
InMemory |
Just stores the statistics in mmemory.
|
LatexMeasurement |
Exports a single statistic to a tab-separated file.
|
MultiExporter |
Exports the statistics using multiple exporters.
|
SimpleAggregate |
Simple aggregator of statistics.
|
TabSeparated |
Exports the statistics to a tab-separated file.
|
TabSeparatedMeasurement |
Exports a single statistic to a tab-separated file.
|
WekaFilter |
Applies a Weka filter to the data.
|
Copyright © 2017. All Rights Reserved.