This object contains the result of training the classifier on the input data set. It includes the classification model and the results of checking the model’s performance.Documentation Index
Fetch the complete documentation index at: https://docs.abbyy.com/llms.txt
Use this file to discover all available pages before exploring further.
Properties
| Name | Type | Description |
|---|---|---|
| Model | Model, read-only | The trained classification model. |
| ValidationResult | ValidationResult, read-only | The results of checking the model’s performance. If before training you set IValidationParams::ShouldPerformValidation to FALSE, the model will be trained on the whole input data set and will not be validated. In that case, this property will return null. |
Related objects
Object Diagram
