Uses of Package
weka.classifiers.evaluation

Packages that use weka.classifiers.evaluation
weka.classifiers.evaluation   
 

Classes in weka.classifiers.evaluation used by weka.classifiers.evaluation
ConfusionMatrix
          Cells of this matrix correspond to counts of the number (or weight) of predictions for each actual value / predicted value combination.
NominalPrediction
          Encapsulates an evaluatable nominal prediction: the predicted probability distribution plus the actual class value.
Prediction
          Encapsulates a single evaluatable prediction: the predicted value plus the actual class value.
TwoClassStats
          Encapsulates performance functions for two-class problems.