specificity | R Documentation |
Calculate Specificity using confusion matrix. "Specificity" is just another term to designate "True Negative Ratio". This is the complement metric to "Sensitivity" metric. In this package the function is just a wrapper for 'true_negative_ratio()'.
specificity(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
vector of Specificity values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.