Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrixPerClassMatrices Property

Gets binary confusion matrices for each class in the multi-class classification problem. You can use this property to obtain recall, precision and other metrics for each of the classes.

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

Property Value

Type: ConfusionMatrix
See Also