roc {mldr} | R Documentation |
ROC curve
Description
Calculates the ROC (Receiver Operating Characteristic) curve for given true labels and predicted ones. The pROC package is needed for this functionality.
Usage
roc(...)
## S3 method for class 'mldr'
roc(mldr, predictions, ...)
Arguments
... |
Additional parameters to be passed to the |
mldr |
An |
predictions |
Matrix of predicted labels or probabilities, columns corresponding to labels and rows to instances. |
Value
ROC object from pROC package.
See Also
[Package mldr version 0.4.3 Index]