Skip to content

Metrics confusionmatrix

github-actions[bot] edited this page Aug 26, 2026 · 27 revisions

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

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.

Lodestar

Project

Clone this wiki locally