Click or drag to resize
Accord.NET (logo)

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

Property Value

Type: Int32
Remarks
The number of negatives cases can be computed by taking the sum of true negatives and false positives.
See Also