ValidationResults Object (IValidationResults Interface)
This object represents the detailed result of checking the training model's performance.
Properties
| Name | Type | Description |
|---|---|---|
| ConfusionMatrix | ConfusionMatrix, read-only | Returns the confusion matrix for the classification model. |
| FMeasure | Double, read-only | Returns the F-measure, or F1 score, of the classification model. |
| Precision | Double, read-only | Returns the precision (positive predictive value) of the classification model. |
| Recall | Double, read-only | Returns the recall, or sensitivity, of the classification model. |
Related objects

See also
15.08.2023 13:19:30