com.intel.analytics.zoo.models.image.imageclassification
The map of class ID (Integer) and name (String).
The key to store names of class labels. Default is "classes".
The key to store probabilities of each class. Default is "probs". The result probability array together with the corresponding class name array will be sorted by probabilities in descending order.
Boolean. Whether the prediction output is a probability distribution. Default is true. If false, the output will be first applied with SoftMax.
Transform image prediction output to class name labels with probabilities.