Start the training process with the specified parameters. This calls
Untrain() as the first step. It is legal to call startTrain()
repeatedly. Effects of earlier calls will be cleared by the last call.
Namespace: Cognex.VisionPro.OCRMax.Implementation.InternalAssembly: Cognex.VisionPro.OCRMax (in Cognex.VisionPro.OCRMax.dll) Version: 80.0.0.0
Syntax
Parameters
- trainParams
- Type: Cognex.VisionPro.OCRMax CogOCRMaxClassifierTrainParams
Exceptions
| Exception | Condition |
|---|---|
| ObjectDisposedException | Thrown if the object is disposed. |
| ArgumentNullException | Thrown if trainParams is null. |
See Also