plot.IAUC {influenceAUC} | R Documentation |
Visualize IAUC result
Description
Visualize IAUC output sequentially
Usage
## S3 method for class 'IAUC'
plot(x, ...)
Arguments
x |
An IAUC class object for 'plot' method |
... |
Not used directly |
See Also
Examples
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Ioutput)
[Package influenceAUC version 0.1.2 Index]