ClassesClasses | | Operators

Page not available for the currently selected syntax (programming language).

Page not available for the currently selected syntax (programming language).

HOCRMlp (Class)

Name

HOCRMlp — Represents an instance of a MLP OCR classifier.

Constructors

ReadOcrClassMlp    Read an OCR classifier from a file.
CreateOcrClassMlp    Create an OCR classifier using a multilayer perceptron.

Finalizer

This operator is not available as a class member but will be called automatically when the resources of the object instances are to be released. This occurs in the finalization stage of garbage collection, or upon an explicit call of the Dispose() method.

ClearOcrClassMlp    Clear an OCR classifier.

Methods

CreateOcrClassMlp    Create an OCR classifier using a multilayer perceptron.
DeserializeOcrClassMlp    Deserialize a serialized MLP-based OCR classifier.
DoOcrMultiClassMlp    Classify multiple characters with an OCR classifier.
DoOcrSingleClassMlp    Classify a single character with an OCR classifier.
DoOcrWordMlp    Classify a related group of characters with an OCR classifier.
GetFeaturesOcrClassMlp    Compute the features of a character.
GetParamsOcrClassMlp    Return the parameters of an OCR classifier.
GetPrepInfoOcrClassMlp    Compute the information content of the preprocessed feature vectors of an OCR classifier.
GetRegularizationParamsOcrClassMlp    Return the regularization parameters of an OCR classifier.
GetRejectionParamsOcrClassMlp    Return the rejection class parameters of an OCR classifier.
ReadOcrClassMlp    Read an OCR classifier from a file.
SelectFeatureSetTrainfMlp    Selects an optimal combination of features to classify OCR data.
SelectFeatureSetTrainfMlpProtected    Select an optimal combination of features to classify OCR data from a (protected) training file.
SerializeOcrClassMlp    Serialize a MLP-based OCR classifier.
SetRegularizationParamsOcrClassMlp    Set the regularization parameters of an OCR classifier.
SetRejectionParamsOcrClassMlp    Set the rejection class parameters of an OCR classifier.
TrainfOcrClassMlp    Train an OCR classifier.
TrainfOcrClassMlpProtected    Train an OCR classifier with data from a (protected) training file.
WriteOcrClassMlp    Write an OCR classifier to a file.

HOCRMlp (Class)

Name

HOCRMlp — Represents an instance of a MLP OCR classifier.

Constructors

ReadOcrClassMlp    Read an OCR classifier from a file.
CreateOcrClassMlp    Create an OCR classifier using a multilayer perceptron.

Destructor

This operator is not available as a class member but will be called automatically by the destructor. This occurs when a local variable goes out of scope or an instance on the heap is deleted.

ClearOcrClassMlp    Clear an OCR classifier.

Methods

CreateOcrClassMlp    Create an OCR classifier using a multilayer perceptron.
DeserializeOcrClassMlp    Deserialize a serialized MLP-based OCR classifier.
DoOcrMultiClassMlp    Classify multiple characters with an OCR classifier.
DoOcrSingleClassMlp    Classify a single character with an OCR classifier.
DoOcrWordMlp    Classify a related group of characters with an OCR classifier.
GetFeaturesOcrClassMlp    Compute the features of a character.
GetParamsOcrClassMlp    Return the parameters of an OCR classifier.
GetPrepInfoOcrClassMlp    Compute the information content of the preprocessed feature vectors of an OCR classifier.
GetRegularizationParamsOcrClassMlp    Return the regularization parameters of an OCR classifier.
GetRejectionParamsOcrClassMlp    Return the rejection class parameters of an OCR classifier.
ReadOcrClassMlp    Read an OCR classifier from a file.
SelectFeatureSetTrainfMlp    Selects an optimal combination of features to classify OCR data.
SelectFeatureSetTrainfMlpProtected    Select an optimal combination of features to classify OCR data from a (protected) training file.
SerializeOcrClassMlp    Serialize a MLP-based OCR classifier.
SetRegularizationParamsOcrClassMlp    Set the regularization parameters of an OCR classifier.
SetRejectionParamsOcrClassMlp    Set the rejection class parameters of an OCR classifier.
TrainfOcrClassMlp    Train an OCR classifier.
TrainfOcrClassMlpProtected    Train an OCR classifier with data from a (protected) training file.
WriteOcrClassMlp    Write an OCR classifier to a file.


ClassesClasses | | Operators