Metrics confusionmatrix - CyrilB1531/lodestar GitHub Wiki

Development build. This page describes main, not a released package. The latest published Lodestar.Metrics is 0.3.0 — read its documentation.

HomeMetricsClassification metrics

ConfusionMatrix

Predictions counted against truth, one cell per (true, predicted) pair — the object every other metric on this page is a division of.

Members

Member What it does
ConfusionMatrix.Compute Counts the samples into a table whose rows are true labels and whose columns are predicted ones.
ConfusionMatrix.ToArray Copies the cells into a rectangular array, raw or scaled.