Contents

MLTextClassifier.ModelAlgorithmType.crf(revision:)

A text classification algorithm that uses a statistical model of transition probabilities between words.

Declaration

case crf(revision: Int?)

Parameters

  • revision:

    The algorithm version. The only supported version is 1. If nil defaults to the latest version.

Mentioned in

See Also

Selecting an algorithm type