Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrix Constructor (Int32, Int32)

Creates a new Confusion Matrix.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public GeneralConfusionMatrix(
	int[] expected,
	int[] predicted
)
Request Example View Source

Parameters

expected
Type: SystemInt32
predicted
Type: SystemInt32
See Also