print.LAUC: Show LAUC results

Description Usage Arguments See Also Examples

View source: R/reporter.R

Description

Print LAUC output in detail

Usage

1
2
## S3 method for class 'LAUC'
print(x, ...)

Arguments

x

An LAUC class object for 'print' method

...

Not used directly

See Also

LAUC

Examples

1
2
3
4
library(ROCR)
data("ROCR.simple")
Loutput <- LAUC(ROCR.simple$predictions, ROCR.simple$labels)
print(Loutput)

influenceAUC documentation built on July 1, 2020, 6 p.m.