TrainingResult Object (ITrainingResult Interface)
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.
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
Output parameter
This object is the output parameter of the Item method of the TrainingResults object.
Samples
This object is used in the Classification code sample.
See also
See also
03.07.2024 8:50:25