weka.classifiers.evaluation |
|
Java Source File Name | Type | Comment |
ConfusionMatrix.java | Class | Cells of this matrix correspond to counts of the number (or weight)
of predictions for each actual value / predicted value combination. |
CostCurve.java | Class | Generates points illustrating probablity cost tradeoffs that can be
obtained by varying the threshold value between classes. |
EvaluationUtils.java | Class | Contains utility functions for generating lists of predictions in
various manners. |
MarginCurve.java | Class | Generates points illustrating the prediction margin. |
NominalPrediction.java | Class | Encapsulates an evaluatable nominal prediction: the predicted probability
distribution plus the actual class value. |
NumericPrediction.java | Class | Encapsulates an evaluatable numeric prediction: the predicted class value
plus the actual class value. |
Prediction.java | Interface | Encapsulates a single evaluatable prediction: the predicted value plus the
actual class value. |
ThresholdCurve.java | Class | Generates points illustrating prediction tradeoffs that can be obtained
by varying the threshold value between classes. |
TwoClassStats.java | Class | Encapsulates performance functions for two-class problems. |