Contents

predictions(from:)

Predicts the labels for the given terms in the table column.

Declaration

func predictions(from texts: MLDataColumn<String>) throws -> MLDataColumn<String>

Parameters

  • texts:

    The column of terms.

Return Value

A column of labels.

See Also

Testing a gazetteer