View source: R/confusion_matrix_list.R
| create_conf_mat_list | R Documentation |
Create a list of confusion matrices
create_conf_mat_list(
performance_table,
stratified_by = "probability_threshold"
)
## Not run:
one_pop_one_model %>%
create_conf_mat_list()
one_pop_one_model_by_ppcr %>%
create_conf_mat_list()
multiple_models %>%
create_conf_mat_list()
multiple_models_by_ppcr %>%
create_conf_mat_list()
multiple_populations %>%
create_conf_mat_list()
multiple_populations_by_ppcr %>%
create_conf_mat_list()
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.