confu_mat | R Documentation |
Flat confusion matrix
confu_mat(pred, true, case_name = NULL, positive = TRUE)
pred |
Predicted classes. |
true |
True classes. |
case_name |
Name added to the tibble. |
positive |
Value for the positive class. |
A flat confusion matrix accuracy measures.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.