Click or drag to resize
Accord.NET (logo)

AverageKappaTest Constructor (GeneralConfusionMatrix)

Creates a new multiple table Kappa test.

Namespace:  Accord.Statistics.Testing
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public AverageKappaTest(
	GeneralConfusionMatrix[] matrices
)
Request Example View Source

Parameters

matrices
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
The contingency tables.
See Also