public interface Evaluator extends weka.core.OptionHandler, Serializable, LogSupporter
Modifier and Type | Method and Description |
---|---|
List<EvaluationStatistics> |
evaluate(MultiLabelClassifier classifier,
weka.core.Instances dataset)
Returns the evaluation statistics generated for the dataset.
|
String |
initialize()
Initializes the evaluator.
|
void |
stop()
Stops the evaluation, if possible.
|
addLogListener, log, removeLogListener
String initialize()
List<EvaluationStatistics> evaluate(MultiLabelClassifier classifier, weka.core.Instances dataset)
classifier
- the classifier to evaluatedataset
- the dataset to evaluate onvoid stop()
Copyright © 2017. All Rights Reserved.