print.LAUC: Show LAUC results

View source: R/reporter.R

print.LAUCR Documentation

Show LAUC results

Description

Print LAUC output in detail

Usage

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

Arguments

x

An LAUC class object for 'print' method

...

Not used directly

See Also

LAUC

Examples

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

BoShiangKe/InfluenceAUC documentation built on Nov. 4, 2024, 2:48 a.m.