View source: R/true_positive_rate.R
true_positive_rate | R Documentation |
Calculate True Positive Rate using confusion matrix. The proportion of the examples of some class i of interest actually assigned to class i by the learning algorithm.
true_positive_rate(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
vector of True Positives Rate values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.