|
ConfusionMatrixPredictedNegatives Property
|
Gets the number of predicted negatives.
Namespace:
Accord.Statistics.Analysis
Assembly:
Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax public int PredictedNegatives { get; }
Public ReadOnly Property PredictedNegatives As Integer
Get
Request Example
View SourceProperty Value
Type:
Int32Remarks
The number of cases predicted as negative by the
test. This value can be computed by adding the
true negatives and false negatives.
See Also