plot.IAUC: Visualize IAUC result

Description Usage Arguments See Also Examples

View source: R/reporter.R

Description

Visualize IAUC output sequentially

Usage

1
2
## S3 method for class 'IAUC'
plot(x, ...)

Arguments

x

An IAUC class object for 'plot' method

...

Not used directly

See Also

IAUC

Examples

1
2
3
4
library(ROCR)
data("ROCR.simple")
Ioutput <- IAUC(ROCR.simple$predictions, ROCR.simple$labels)
plot(Ioutput)

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