predictions(from:)
Predicts the labels for the given terms.
Declaration
func predictions(from texts: [String]) throws -> [String]Parameters
- texts:
The array of input terms.
Return Value
An array of labels.
Predicts the labels for the given terms.
func predictions(from texts: [String]) throws -> [String]The array of input terms.
An array of labels.