| confmatr_by_threshold | R Documentation |
Calculate all binary confusion matrix indices
confmatr_by_threshold(
test_vec,
true_vec,
...,
threshold = 0.5,
pos_val = 1,
prepend = "",
cols = dplyr::everything()
)
test_vec |
< |
true_vec |
< |
... |
For future extension |
threshold |
< |
pos_val |
< |
prepend |
< |
dataframe of confusion matrix indices
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.