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
nildefaults to the latest version.