View source: R/mi_get_confusion.R
mi_get_confusion | R Documentation |
Compute the confusion matrix for the predicted result.
mi_get_confusion(result_list, ifnet = FALSE)
result_list |
A list returned from model training functions. |
ifnet |
Logical.Whether the data is obtained by a deep learning model. |
A confusionMatrix
object.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.