Click or drag to resize
Accord.NET (logo)

ConfusionMatrixSpecificity Property

Specificity, also known as True Negative Rate

Namespace:  Accord.Statistics.Analysis
Assembly:  Accord.Statistics (in Accord.Statistics.dll) Version: 3.8.0
Syntax
public double Specificity { get; }
Request Example View Source

Property Value

Type: Double
Remarks
The Specificity is calculated as TNR = TN / (FP + TN). It can also be calculated as: TNR = (1-False Positive Rate).
See Also