api
/
org.jetbrains.kotlinx.dl.api.inference
/
InferenceModel
/
predict
predict
abstract fun
predict
(inputData:
FloatArray
):
Int
Content copied to clipboard
Predicts the class of
inputData
.
Return
Predicted class index.
Parameters
input
Data
The single example with unknown label.