Description Usage Arguments Details Value
Plot cross-validation sensitivity, specificity, and misclassification rate based on probability threshold for classifying a reach as non-perennial.
1 2 3 4 5 | ggmisclass_single(
in_predictions = NULL,
in_rftuned = NULL,
spatial_rsp = FALSE
)
|
in_predictions |
Either:
|
in_rftuned |
Output from selecttrain_rf; list containing inner and outer resampling results + task. |
spatial_rsp |
(boolean) whether to use spatial or non-spatial cross-validation results |
in_rftuned is only needed if in_predictions is not provided.
list containing a ggplot and the threshold for which sensitivity == specificity (numeric)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.