public interface ClassificationPerformanceEvaluator extends MOAObject
Modifier and Type | Method and Description |
---|---|
void |
addResult(weka.core.Instance inst,
double[] classVotes)
Adds a learning result to this evaluator.
|
Measurement[] |
getPerformanceMeasurements()
Gets the current measurements monitored by this evaluator.
|
void |
reset()
Resets this evaluator.
|
copy, getDescription, measureByteSize
void reset()
void addResult(weka.core.Instance inst, double[] classVotes)
inst
- the instance to be classifiedclassVotes
- an array containing the estimated membership
probabilities of the test instance in each classMeasurement[] getPerformanceMeasurements()
Copyright © 2014 University of Waikato, Hamilton, NZ. All Rights Reserved.