Click or drag to resize
Accord.NET (logo)

WeightedConfusionMatrixLinearWeighting Method

Creates a new Weighted Confusion Matrix with linear weighting.

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public static WeightedConfusionMatrix LinearWeighting(
	int[,] matrix
)
Request Example View Source

Parameters

matrix
Type: SystemInt32

Return Value

Type: WeightedConfusionMatrix
See Also