CogOCRMaxClassifier TrainParams Property Cognex VisionPro 9.5
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.OCRMax
Assembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax

public CogOCRMaxClassifierTrainParams TrainParams { get; set; }

Property Value

Type: CogOCRMaxClassifierTrainParams
The TrainParams value. The default value is a default constructed CogOCRMaxClassifierTrainParams instance.
Events

Event TypeReason
ICogChangedEvent Changed

Fires when this property changes.

The following state flag may be affected:

  • SfTrainParams
Exceptions

ExceptionCondition
ArgumentNullException Thrown if TrainParams is set to null.
See Also