Package | Description |
---|---|
org.deeplearning4j.eval |
Modifier and Type | Method and 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 basis
|
List<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.
|
Copyright © 2016. All Rights Reserved.