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