prediction(from:)
Performs a prediction from a single input.
Declaration
func prediction(from input: Self.Input) async throws -> Self.OutputParameters
- input:
The input feature.
Return Value
A regression.
Performs a prediction from a single input.
func prediction(from input: Self.Input) async throws -> Self.OutputThe input feature.
A regression.