print.IAUC: Show IAUC results

View source: R/reporter.R

print.IAUCR Documentation

Show IAUC results

Description

Print IAUC output in detail

Usage

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

Arguments

x

An IAUC class object for 'print method

...

Not used directly

See Also

IAUC

Examples

library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
print(Ioutput)

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