View source: R/false_positive_rate.R
false_positive_rate | R Documentation |
Calculate False Positive Rate using confusion matrix. Proportion of instances assigned to class i of interest that actually do not belong to this class.
false_positive_rate(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
vector of False Positives Rate values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.