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