public interface IncrementalEvaluationStatisticsHandler extends EvaluationStatisticsHandler
Modifier and Type | Method and Description |
---|---|
String |
append(List<EvaluationStatistics> stats)
Adds the given statistics.
|
boolean |
requires(MultiLabelClassifier classifier,
weka.core.Instances dataset)
Checks whether the specified combination of classifier and dataset is required for evaluation
or already present from previous evaluation.
|
List<EvaluationStatistics> |
retrieve(MultiLabelClassifier classifier,
weka.core.Instances dataset)
Retrieves the statis for the specified combination of classifier and dataset.
|
boolean |
supportsIncrementalUpdate()
Returns whether the handler supports incremental write.
|
finish, initialize, isThreadSafe, read, write
addLogListener, log, removeLogListener
boolean supportsIncrementalUpdate()
boolean requires(MultiLabelClassifier classifier, weka.core.Instances dataset)
classifier
- the classifier to checkdataset
- the dataset to checkList<EvaluationStatistics> retrieve(MultiLabelClassifier classifier, weka.core.Instances dataset)
classifier
- the classifier to checkdataset
- the dataset to checkString append(List<EvaluationStatistics> stats)
stats
- the statistics to storeCopyright © 2017. All Rights Reserved.