PerformanceList {lulcc}R Documentation

Create a PerformanceList object

Description

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

Usage

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


## see lulcc-package examples

[Package lulcc version 1.0.4 Index]