create_conf_mat_list: Create a list of confusion matrices

View source: R/confusion_matrix_list.R

create_conf_mat_listR Documentation

Create a list of confusion matrices

Description

Create a list of confusion matrices

Usage

create_conf_mat_list(
  performance_table,
  stratified_by = "probability_threshold"
)

Examples

## 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)

uriahf/rtichoke documentation built on Nov. 22, 2023, 1:30 a.m.