predict

abstract fun predict(input: FloatArray): FloatArray(source)

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.

Parameters

input

A numerical representation (e.g., FloatArray) of the input features.