|
WeightedConfusionMatrix Constructor (Int32, Double)
|
Creates a new Confusion Matrix.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public WeightedConfusionMatrix(
int[,] matrix,
double[,] weights
)
Public Sub New (
matrix As Integer(,),
weights As Double(,)
)
Request Example
View SourceParameters
- matrix
- Type: SystemInt32
- weights
- Type: SystemDouble
See Also