You are here: Start » FIL.NET » FIS.TrainOcr_MLP Method
FIS.TrainOcr_MLP Method
Trains an OCR multilayer perceptron classifier.
Namespace: | FilNet |
---|---|
Assembly: | FIL.NET.dll |
Syntax
public static void TrainOcr_MLP ( IList<FilNet.CharacterSample> inCharacterSamples, FilNet.Size inNormalizationSize, FilNet.CharacterFeatures inCharacterFeatures, float inLearningRate, float inMomentum, int inIterationCount, FilNet.OcrModel outOcrModel, out float outTrainingAccuracy )
Parameters
Name | Type | Range | Default | Description | |
---|---|---|---|---|---|
![]() | inCharacterSamples | System.Collections.Generic.IList<FilNet.CharacterSample> | Training font created from sample regions. | ||
![]() | inNormalizationSize | FilNet.Size | (Width: 16, Height: 16) | The character size after normalization. Default value: (Width: 16, Height: 16). | |
![]() | inCharacterFeatures | FilNet.CharacterFeatures | (Pixels: True) | Character features used to distinguish characters from each other. Default value: (Pixels: True). | |
![]() | inLearningRate | float | <0.01f, 1.0f> | 0.6f | Suppression level of changes during learning process. Default value: 0.6f. |
![]() | inMomentum | float | <0.0f, 1.0f> | 0.75f | Value of classifier learning momentum. Default value: 0.75f. |
![]() | inIterationCount | int | <1, +INF> | 100 | Learning iteration count. Default value: 100. |
![]() | outOcrModel | FilNet.OcrModel | Trained OcrMlpModel used to recognize characters. | ||
![]() | outTrainingAccuracy | float | The overall training score. |
Function Overrides
- TrainOcr_MLP(IList<CharacterSample>, Size, NullableRef<IList<Int32>>, Nullable<Int32>, CharacterFeatures, Single, Single, Int32, Nullable<Size>, OcrModel, Single)
- TrainOcr_MLP(IList<CharacterSample>, Size, NullableRef<IList<Int32>>, Nullable<Int32>, CharacterFeatures, Single, Single, Int32, Nullable<Size>, OcrModel, Single, Profile, IList<Image>)