Click or drag to resize
Accord.NET (logo)

GeneralConfusionMatrixCombine Method

Combines several confusion matrices into one single matrix.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static GeneralConfusionMatrix Combine(
	params GeneralConfusionMatrix[] matrices
)
Request Example View Source

Parameters

matrices
Type: Accord.Statistics.AnalysisGeneralConfusionMatrix
The matrices to combine.

Return Value

Type: GeneralConfusionMatrix
See Also