Interface | Description |
---|---|
EvaluationStatisticsHandler |
Interface for classes that load and save collected
EvaluationStatistics in some form. |
FileBasedEvaluationStatisticsHandler |
Interface for file-based statistics handlers.
|
IncrementalEvaluationStatisticsHandler |
For handlers that support incremental writes.
|
OptionalIncrementalEvaluationStatisticsHandler |
For handlers that support incremental writes but use it as optional feature that can be turned off.
|
Class | Description |
---|---|
AbstractEvaluationStatisticsHandler |
Ancestor for handlers.
|
AbstractFileBasedEvaluationStatisticsHandler |
Ancestor for file-base handlers.
|
EvaluationStatistics |
Stores evaluation statistics.
|
EvaluationStatisticsComparator |
Comparator for statistics.
|
EvaluationStatisticsUtils |
Helper class for stats related operations.
|
InMemory |
Simple in-memory handler.
|
KeyValuePairs |
Simple plain text format.
|
Serialized |
Uses Java serialization for readin/writing the statistics.
|
Copyright © 2017. All Rights Reserved.