The reason that lead to the Confused status.
Namespace: Cognex.VisionPro.OCRMaxAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 69.0.0.0
Syntax
Property Value
Type: CogOCRMaxClassifierConfusionExplanationConstantsThe ConfusionExplanation value. The default value is CogOCRMaxClassifierConfusionExplanationConstants::NotConfused.
Remarks
This is useful only if Status is Confused.
If the status is Confused the ConfusionExplanation indicates whether it was due to the confidence score being too low, or due to a failure of the classification validation check.
The classification validation check can be enabled/disabled by setting the ClassifierTrainParams.Alogrithm property.
See Also