Contents

MLTextClassifier.ModelAlgorithmType.maxEnt(revision:)

A text classification algorithm that uses multinomial logistic regression based on the frequencies of words, independent of context.

Declaration

case maxEnt(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