TrainingParams Object (ITrainingParams Interface)
This object represents the parameters used when training a classification model.
Properties
Name | Type | Description |
---|---|---|
ClassifierType | int |
The ClassifierTypeEnum constant signifying the type of the classifier that should be trained. The default value of this property is CT_Combined. |
TrainingMode | TrainingModeEnum |
The mode of training: whether high precision or high recall level will be preferred. The default value of this property is TM_Balanced. |
Related objects
Samples
This object is used in the Classification code sample.
See also
03.07.2024 8:50:25