Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrixMatrix Property

Gets the confusion matrix, in which each element e_ij represents the number of elements from class i classified as belonging to class j.

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
See Also