Skip to main content
This object contains the detailed result of checking the model’s performance.

Properties

NameTypeDescription
Accuracydouble, read-onlyReturns the average accuracy of all the models on all training iterations.
ConfusionMatrixConfusionMatrix, read-onlyReturns the confusion matrix for the classification model.
FMeasuredouble, read-onlyReturns the F-measure, or F1 score, of the classification model.
Precisiondouble, read-onlyReturns the precision (positive predictive value) of the classification model.
Recalldouble, read-onlyReturns the recall, or sensitivity, of the classification model.
StandardDeviationdouble, read-onlyReturns the standard deviation of the model accuracy calculated on each training iteration.
ValidationResult Object Diagram

Samples

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