ClassificationMetrics
ComponentClassification metrics for one sample: the confusion matrix in long form (one row per cell), overall metrics, and per-class metrics. Which overall columns are present depends on the task, so only the invariant ones are required.
Properties
samplestring | nullSample the metrics describe.
one of
"Training""Validation""Test""Calibrated Training""Calibrated Validation""Calibrated Test"nullconfusion_longarray | nullConfusion matrix, one row per cell.
metricsobject | nullClassification metrics.