PerformanceList: Create a PerformanceList object

Description Usage Arguments Value References See Also Examples

View source: R/PerformanceList.R

Description

This function uses different measures to evaluate multiple ROCR::prediction objects stored in a PredictionList object.

Usage

1
PerformanceList(pred, measure, x.measure = "cutoff", ...)

Arguments

pred

an object of class PredictionList

measure

performance measure to use for the evaluation. See ROCR::performance

x.measure

a second performance measure. See ROCR::performance

...

additional arguments to ROCR::performance

Value

A PerformanceList object.

References

Sing, T., Sander, O., Beerenwinkel, N., Lengauer, T. (2005). ROCR: visualizing classifier performance in R. Bioinformatics 21(20):3940-3941.

See Also

performance, PredictionList

Examples

1
## see lulcc2-package examples

simonmoulds/lulcc2 documentation built on Dec. 23, 2021, 2:24 a.m.