Uses of Interface
weka.classifiers.evaluation.Prediction

Packages that use Prediction
weka.classifiers.evaluation   
 

Uses of Prediction in weka.classifiers.evaluation
 

Classes in weka.classifiers.evaluation that implement Prediction
 class NominalPrediction
          Encapsulates an evaluatable nominal prediction: the predicted probability distribution plus the actual class value.
 class NumericPrediction
          Encapsulates an evaluatable numeric prediction: the predicted class value plus the actual class value.
 

Methods in weka.classifiers.evaluation that return Prediction
 Prediction EvaluationUtils.getPrediction(Classifier classifier, Instance test)
          Generate a single prediction for a test instance given the pre-trained classifier.