|
ConfusionMatrixActualNegatives Property
|
Gets the number of actual negatives
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int ActualNegatives { get; }
Public ReadOnly Property ActualNegatives As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks
The number of negatives cases can be computed by
taking the sum of true negatives and false positives.
See Also