|
WeightedConfusionMatrix Constructor (Double, Int32, 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[,] weights,
int[] expected,
int[] predicted
)
Public Sub New (
weights As Double(,),
expected As Integer(),
predicted As Integer()
)
Request Example
View SourceParameters
- weights
- Type: SystemDouble
- expected
- Type: SystemInt32
- predicted
- Type: SystemInt32
See Also