Learn R Programming

flare (version 1.8)

print.roc: Print Function for an object with S3 class "roc"

Description

Print true positive rates, false positive rates, area under the curve, and maximum F1 score.

Usage

# S3 method for roc
print(x, ...)

Arguments

x

An object with S3 class "roc"

...

Arguments to be passed to methods.

Author

Xingguo Li, Tuo Zhao, Lie Wang, Xiaoming Yuan and Han Liu
Maintainer: Tuo Zhao <tourzhao@gatech.edu>

See Also

sugm.roc, sugm and flare-package