|
ConfusionMatrix Constructor (Int32, Int32, Int32, 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 truePositives,
int falseNegatives,
int falsePositives,
int trueNegatives
)
Public Sub New (
truePositives As Integer,
falseNegatives As Integer,
falsePositives As Integer,
trueNegatives As Integer
)
Request Example
View SourceParameters
- truePositives
- Type: SystemInt32
- falseNegatives
- Type: SystemInt32
- falsePositives
- Type: SystemInt32
- trueNegatives
- Type: SystemInt32
See Also