predict
Performs inference on a given input feature vector.
Return
A numerical representation (e.g., FloatArray) of the model's output,
typically a vector of probabilities or scores.Content copied to clipboard
Parameters
input
A numerical representation (e.g., FloatArray) of the input features.