| true_negative_rate | R Documentation |
Computes the True Negative Rate (Specificity) between a reference matrix and an estimated matrix. TNR = TN / (TN + FP), where negatives are zero entries in the reference matrix.
true_negative_rate(reference_m, a)
reference_m |
the reference (ground truth) matrix |
a |
the estimated matrix to compare against the reference |
The true negative rate (between 0 and 1), or NA if there are no actual negatives in the reference matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.