Uses of Interface
weka.classifiers.evaluation.Prediction
Packages that use Prediction
Package
Description
-
Uses of Prediction in weka.classifiers
Methods in weka.classifiers that return types with arguments of type PredictionModifier and TypeMethodDescriptionEvaluation.predictions()Returns the predictions that have been collected. -
Uses of Prediction in weka.classifiers.evaluation
Classes in weka.classifiers.evaluation that implement PredictionModifier and TypeClassDescriptionclassEncapsulates an evaluatable nominal prediction: the predicted probability distribution plus the actual class value.classEncapsulates an evaluatable numeric prediction: the predicted class value plus the actual class value.Methods in weka.classifiers.evaluation that return PredictionModifier and TypeMethodDescriptionEvaluationUtils.getPrediction(Classifier classifier, Instance test) Generate a single prediction for a test instance given the pre-trained classifier.Methods in weka.classifiers.evaluation that return types with arguments of type PredictionModifier and TypeMethodDescriptionEvaluationUtils.getCVPredictions(Classifier classifier, Instances data, int numFolds) Generate a bunch of predictions ready for processing, by performing a cross-validation on the supplied dataset.EvaluationUtils.getTestPredictions(Classifier classifier, Instances test) Generate a bunch of predictions ready for processing, by performing a evaluation on a test set assuming the classifier is already trained.EvaluationUtils.getTrainTestPredictions(Classifier classifier, Instances train, Instances test) Generate a bunch of predictions ready for processing, by performing a evaluation on a test set after training on the given training set.Evaluation.predictions()Returns the predictions that have been collected.Method parameters in weka.classifiers.evaluation with type arguments of type PredictionModifier and TypeMethodDescriptionvoidConfusionMatrix.addPredictions(ArrayList<Prediction> predictions) Includes a whole bunch of predictions in the confusion matrix.CostCurve.getCurve(ArrayList<Prediction> predictions) Calculates the performance stats for the default class and return results as a set of Instances.CostCurve.getCurve(ArrayList<Prediction> predictions, int classIndex) Calculates the performance stats for the desired class and return results as a set of Instances.MarginCurve.getCurve(ArrayList<Prediction> predictions) Calculates the cumulative margin distribution for the set of predictions, returning the result as a set of Instances.ThresholdCurve.getCurve(ArrayList<Prediction> predictions) Calculates the performance stats for the default class and return results as a set of Instances.ThresholdCurve.getCurve(ArrayList<Prediction> predictions, int classIndex) Calculates the performance stats for the desired class and return results as a set of Instances. -
Uses of Prediction in weka.classifiers.evaluation.output.prediction
Fields in weka.classifiers.evaluation.output.prediction declared as Prediction -
Uses of Prediction in weka.gui.visualize.plugins
Method parameters in weka.gui.visualize.plugins with type arguments of type PredictionModifier and TypeMethodDescriptionVisualizePlugin.getVisualizeMenuItem(ArrayList<Prediction> preds, Attribute classAtt) Get a JMenu or JMenuItem which contain action listeners that perform the visualization, using some but not necessarily all of the data.