Package | Description |
---|---|
meka.experiment | |
meka.experiment.evaluationstatistics |
Modifier and Type | Field and Description |
---|---|
protected EvaluationStatisticsHandler |
DefaultExperiment.m_StatisticsHandler
the statistics handler.
|
Modifier and Type | Method and Description |
---|---|
protected EvaluationStatisticsHandler |
DefaultExperiment.getDefaultStatisticsHandler()
Returns the default statistics handler.
|
EvaluationStatisticsHandler |
DefaultExperiment.getStatisticsHandler()
Returns the statistics handler.
|
EvaluationStatisticsHandler |
Experiment.getStatisticsHandler()
Returns the statistics handler.
|
Modifier and Type | Method and Description |
---|---|
void |
DefaultExperiment.setStatisticsHandler(EvaluationStatisticsHandler value)
Sets the statistics handler.
|
void |
Experiment.setStatisticsHandler(EvaluationStatisticsHandler value)
Sets the statistics handler.
|
Modifier and Type | Interface and Description |
---|---|
interface |
FileBasedEvaluationStatisticsHandler
Interface for file-based statistics handlers.
|
interface |
IncrementalEvaluationStatisticsHandler
For handlers that support incremental writes.
|
interface |
OptionalIncrementalEvaluationStatisticsHandler
For handlers that support incremental writes but use it as optional feature that can be turned off.
|
Modifier and Type | Class and Description |
---|---|
class |
AbstractEvaluationStatisticsHandler
Ancestor for handlers.
|
class |
AbstractFileBasedEvaluationStatisticsHandler
Ancestor for file-base handlers.
|
class |
InMemory
Simple in-memory handler.
|
class |
KeyValuePairs
Simple plain text format.
|
class |
Serialized
Uses Java serialization for readin/writing the statistics.
|
Copyright © 2017. All Rights Reserved.