|
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; }
Public ReadOnly Property Matrix As Integer(,)
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks
The table is listed as true positives, false negatives
on its first row, false positives and true negatives in
its second row.
See Also