print.IAUC | R Documentation |
Print IAUC output in detail
## S3 method for class 'IAUC'
print(x, ...)
x |
An IAUC class object for 'print method |
... |
Not used directly |
IAUC
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
print(Ioutput)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.