plot.IAUC: Visualize IAUC result

View source: R/reporter.R

plot.IAUCR Documentation

Visualize IAUC result

Description

Visualize IAUC output sequentially

Usage

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

Arguments

x

An IAUC class object for 'plot' method

...

Not used directly

See Also

IAUC

Examples

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

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