Skip to main content
This object represents the parameters used when training a classification model.

Properties

NameTypeDescription
ClassifierTypeintThe ClassifierTypeEnum constant signifying the type of the classifier that should be trained. The default value of this property is CT\_Combined.
TrainingModeTrainingModeEnumThe mode of training: whether high precision or high recall level will be preferred. The default value of this property is TM\_Balanced.
TrainingParams Object Diagram

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.

See also

Document Classification