auc.xy.numeric {SLmetrics} | R Documentation |
Area under the curve
Description
Area under the curve
Usage
## S3 method for class 'numeric'
auc.xy(y, x, method = 0L, presorted = TRUE, ...)
Arguments
y , x |
|
method |
A <integer> value (default: |
presorted |
A <logical>-value length 1 (default: FALSE). If TRUE the input will not be sorted by threshold. |
... |
Arguments passed into other methods. |
[Package SLmetrics version 0.3-4 Index]