Contents

MLTextClassifier.ModelAlgorithmType

The type of algorithm that a text classifier uses.

Declaration

enum ModelAlgorithmType

Mentioned in

Overview

Typically, maxEnt is the fastest training algorithm. If the text classifier’s performance isn’t good enough, consider the transferLearning algorithm.

Topics

Selecting an algorithm type

Describing an algorithm type

Default Implementations

See Also

Supporting types