TrainingResults Object (ITrainingResults Interface)
This object represents a collection of TrainingResult objects. It is returned by the classification model training methods. Currently, you can only train one classifier type at a time; therefore, the collection will contain only one element.
Note: The indexing of ABBYY FineReader Engine collections starts with 0.
Properties
Name | Type | Description |
---|---|---|
Count | int, read-only | Stores the number of elements in the collection. |
Element | TrainingResult, read-only | Provides access to a single element of the collection. |
Methods
Name | Description |
---|---|
Item | Provides access to a single element of the collection. |
Related objects
Output parameter
This object is the output parameter of the TrainModel method of the Trainer object.
Samples
This object is used in the Classification code sample.
See also
7/3/2024 8:50:25 AM