Modifier and Type | Class and Description |
---|---|
class |
DefaultExperiment
Default experiment which executes experiments on the local machine.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractDatasetProvider
Loads local files from disk.
|
class |
LocalDatasetProvider
Loads local files from disk.
|
class |
MultiDatasetProvider
Combines multiple dataset providers.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluationStatisticsHandler
Ancestor for handlers.
|
class |
AbstractFileBasedEvaluationStatisticsHandler
Ancestor for file-base handlers.
|
class |
KeyValuePairs
Simple plain text format.
|
class |
Serialized
Uses Java serialization for readin/writing the statistics.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluator
Ancestor for evaluators.
|
class |
AbstractMetaEvaluator
Ancestor for evaluators that wrap a base evaluator.
|
class |
CrossValidation
Evaluates the classifier using cross-validation.
|
class |
PercentageSplit
Evaluates the classifier on a percentage split.
|
class |
RepeatedRuns
Repeatedly executes the base evaluator.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractExperimentFileHandler
Ancestor for experiment file handler classes.
|
class |
CommandLineSetup
Stores the setup of the experiment as a commandline.
|
class |
SerializedExperiment
Stores the experiment as a Java serialized object.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluationStatisticsExporter
Ancestor for statistics exporters.
|
class |
AbstractFileBasedEvaluationStatisticsExporter
Ancestor for file-based statistics exporters.
|
class |
AbstractMeasurementEvaluationStatisticsExporter
Ancestor for classes that export a single statistic.
|
class |
AbstractMetaEvaluationStatisticsExporter
Wraps another exporter.
|
class |
InMemory
Just stores the statistics in mmemory.
|
class |
LatexMeasurement
Exports a single statistic to a tab-separated file.
|
class |
MultiExporter
Exports the statistics using multiple exporters.
|
class |
SimpleAggregate
Simple aggregator of statistics.
|
class |
TabSeparated
Exports the statistics to a tab-separated file.
|
class |
TabSeparatedMeasurement
Exports a single statistic to a tab-separated file.
|
class |
WekaFilter
Applies a Weka filter to the data.
|
Copyright © 2017. All Rights Reserved.