Click or drag to resize
Accord.NET (logo)

ConfusionMatrixView Constructor (ConfusionMatrix)

Initializes a new instance of the ConfusionMatrixView class.

Namespace:  Accord.Controls
Assembly:  Accord.Controls (in Accord.Controls.dll) Version: 3.8.0
Syntax
public ConfusionMatrixView(
	ConfusionMatrix matrix
)
Request Example View Source

Parameters

matrix
Type: Accord.Statistics.AnalysisConfusionMatrix
The confusion matrix.
See Also