Uses of Class
org.nd4j.evaluation.meta.Prediction
-
Packages that use Prediction Package Description org.nd4j.evaluation.classification -
-
Uses of Prediction in org.nd4j.evaluation.classification
Methods in org.nd4j.evaluation.classification that return types with arguments of type Prediction Modifier and Type Method Description List<Prediction>Evaluation. getPredictionByPredictedClass(int predictedClass)Get a list of predictions, for all data with the specified predicted class, regardless of the actual data class.List<Prediction>Evaluation. getPredictionErrors()Get a list of prediction errors, on a per-record basisList<Prediction>Evaluation. getPredictions(int actualClass, int predictedClass)Get a list of predictions in the specified confusion matrix entry (i.e., for the given actua/predicted class pair)List<Prediction>Evaluation. getPredictionsByActualClass(int actualClass)Get a list of predictions, for all data with the specified actual class, regardless of the predicted class.
-