Click or drag to resize
Accord.NET (logo)

ConfusionMatrixToGeneralMatrix Method

Converts this matrix into a GeneralConfusionMatrix.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GeneralConfusionMatrix ToGeneralMatrix()
Request Example View Source

Return Value

Type: GeneralConfusionMatrix
A GeneralConfusionMatrix with the same contents as this matrix.
See Also