Description Usage Arguments Details Value
Compute the specificity (proportion of correctly classified perennial stations)
from a single ResampleResult extracted from an mlr3
BenchmarkResult
.
This is a utility function.
1 | rsmp_spe(bmres, rsmp_i, threshold_class)
|
bmres |
BenchmarkResult from either a binary classification model or a regression model bounded between 0 and 1. |
rsmp_i |
(integer) index of the resample result to process. |
Specificity measures the proportion of negatives that are correctly identified. Wikipedia actually has a nice explanation for it.
(numeric) specificity
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.