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

[Package influenceAUC version 0.1.2 Index]