Uses of Class
org.deeplearning4j.zoo.util.ClassPrediction
-
Packages that use ClassPrediction Package Description org.deeplearning4j.zoo.util -
-
Uses of ClassPrediction in org.deeplearning4j.zoo.util
Methods in org.deeplearning4j.zoo.util that return types with arguments of type ClassPrediction Modifier and Type Method Description List<List<ClassPrediction>>
BaseLabels. decodePredictions(INDArray predictions, int n)
List<List<ClassPrediction>>
Labels. decodePredictions(INDArray predictions, int n)
Given predictions from the trained model this method will return a list of the top n matches and the respective probabilities.
-