Click or drag to resize
Accord.NET (logo)

ConfusionMatrixMatrix Property

Gets the confusion matrix in count matrix form.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public int[,] Matrix { get; }
Request Example View Source

Property Value

Type: Int32
Remarks
The table is listed as true positives, false negatives on its first row, false positives and true negatives in its second row.
See Also