You are here: Start » AVL.NET » AVL.TrainOcr_MLP_Deprecated(AvlNet.OcrMlpModel, AvlNet.CharacterSample[], float, float, int, AvlNet.OcrMlpModel, AvlNet.Profile, float, AvlNet.Image[])
AVL.TrainOcr_MLP_Deprecated(AvlNet.OcrMlpModel, AvlNet.CharacterSample[], float, float, int, AvlNet.OcrMlpModel, AvlNet.Profile, float, AvlNet.Image[])
Trains an OCR multilayer perceptron classifier.
| Namespace: | AvlNet |
|---|---|
| Assembly: | AVL.NET.dll |
Syntax
public static void TrainOcr_MLP_Deprecated( AvlNet.OcrMlpModel inOcrModel, AvlNet.CharacterSample[] inCharacterSamples, float inLearningRate, float inMomentum, int inIterationCount, out AvlNet.OcrMlpModel outOcrModel, out AvlNet.Profile diagError, out float diagTrainingAccuracy, out AvlNet.Image[] diagNormalizedCharacters )
Parameters
- inOcrModel
- Type: AvlNet.OcrMlpModel
Initialized OcrMlpModel to train - inCharacterSamples
- Type: AvlNet.CharacterSample
Training font created from sample regions - inLearningRate
- Type: System.Single
Suppression level of changes during learning process - inMomentum
- Type: System.Single
Value of classifier learning momentum - inIterationCount
- Type: System.Int32
Learning iteration count - outOcrModel
- Type: AvlNet.OcrMlpModel
Trained OcrMlpModel used to recognize characters - diagError
- Type: AvlNet.Profile
Changes of mean error level progress during learning process - diagTrainingAccuracy
- Type: System.Single
The overall training score - diagNormalizedCharacters
- Type: AvlNet.Image
Images of normalized characters used to train classifier
