print.IAUC {influenceAUC}R 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)

[Package influenceAUC version 0.1.2 Index]