`Spe()` computes the Specificity or TNR (True Negative Rate) between the output
of a classification prediction model and the actual values of the target.
Usage
Spe(ct, multi.class = "macro")
Value
TNR (a single value).
Arguments
ct
Confusion Matrix.
multi.class
Should the results of each class be aggregated, and how?
Options: "none", "macro", "micro". (Defaults: "macro").