|
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
)
Public Shared Function LinearWeighting (
matrix As Integer(,)
) As WeightedConfusionMatrix
Request Example
View SourceParameters
- matrix
- Type: SystemInt32
Return Value
Type:
WeightedConfusionMatrixSee Also