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