Package | Description |
---|---|
org.deeplearning4j.zoo.util |
Modifier and Type | Method and 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.
|
Copyright © 2018. All rights reserved.