|
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; }
Public ReadOnly Property Specificity As Double
Get
Request Example
View SourceProperty Value
Type:
DoubleRemarks
The Specificity is calculated as TNR = TN / (FP + TN).
It can also be calculated as: TNR = (1-False Positive Rate).
See Also