Parameters which control how the classifier is trained. Changing the
train params of a trained classifier will cause it to become untrained.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 75.1.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierTrainParamsThe TrainParams value. The default value is a default constructed CogOCRMaxClassifierTrainParams instance.
Events
| Event Type | Reason |
|---|---|
| ICogChangedEvent Changed | Fires when this property changes. The following state flag may be affected:
|
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | Thrown if TrainParams is set to null. |
See Also