print.roc {flare} | R Documentation |
Print Function for for an object with S3 class "roc"
Description
Print the information about true positive rates, false positive rates, the area under curve and maximum F1 score
Usage
## S3 method for class 'roc'
print(x, ...)
Arguments
x |
An object with S3 class |
... |
Arguments to be passed to methods. |
Author(s)
Xingguo Li, Tuo Zhao, Lie Wang, Xiaoming Yuan and Han Liu
Maintainer: Xingguo Li <xingguo.leo@gmail.com>
See Also
sugm.roc
, sugm
and flare-package
[Package flare version 1.7.0.1 Index]