predictSoftly
open fun predictSoftly(inputData: FloatArray, predictionTensorName: String): FloatArray
Content copied to clipboard
Predicts vector of probabilities instead of specific class in predict method.
Return
Vector that represents the probability distributions of a list of potential outcomes
Parameters
inputData
The single example with unknown vector of probabilities.