View source: R/roc_coordinates.R
roc_coordinates | R Documentation |
Get Receiver Operating Characteristic (ROC) coordinates. An ROC curve is a plot in which the horizontal axis (the x axis) denotes the false-positive rate. The vertical axis (the y axis) denotes the true-positive rate of a classifier. ROC analysis studies the relationship between the sensitivity and the specificity of the classifier. It makes sence in the context of binary classification.
roc_coordinates(confusion_matrix)
confusion_matrix |
Confusion matrix to be used. |
matrix of ROC coordinates for given confusion matrix
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.