sensitivity | R Documentation |
Calculate Sensitivity using confusion matrix. "Sensitivity" is just another term to designate "True Positive Ratio". The term has its origin in the medical domain, in which the metric is typically used to study the effectiveness of a clinical test in detecting a disease (Japkowitcz, 2011). In the multiclass scenario, sensitivity measurements essentially study the accuracy of the classifier over individual classes. In this package the function is just a wrapper for 'true_negative_ratio()'.
sensitivity(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
vector of Sensitivity values.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.