Skip to main content
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

NameTypeDescription
ModelModel, read-onlyThe trained classification model.
ValidationResultValidationResult, read-onlyThe 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.
TrainingResult Object Diagram

Output parameter

This object is the output parameter of the Item method of the TrainingResults object.

Samples

This object is used in the Classification demo tool in Windows and the Classification code sample in Linux and macOS.

See also

TrainingResults Document Classification