Click or drag to resize
Accord.NET (logo)

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; }
Request Example View Source

Property Value

Type: Int32
Remarks
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