public interface EvaluationStatisticsHandler extends weka.core.OptionHandler, Serializable, LogSupporter
EvaluationStatistics
in some form.Modifier and Type | Method and Description |
---|---|
String |
finish()
Gets called after the experiment finished.
|
String |
initialize()
Initializes the handler.
|
boolean |
isThreadSafe()
Returns whether the handler is threadsafe.
|
List<EvaluationStatistics> |
read()
Reads the statistics.
|
String |
write(List<EvaluationStatistics> stats)
Stores the given statistics.
|
addLogListener, log, removeLogListener
boolean isThreadSafe()
String initialize()
List<EvaluationStatistics> read()
String write(List<EvaluationStatistics> stats)
stats
- the statistics to storeString finish()
Copyright © 2017. All Rights Reserved.