A wrapper function for ROCR::performance
(Sing et al,
2005) to create performance
objects from a list of prediction
objects.
performance(prediction.obj, ...)# S4 method for list
performance(prediction.obj, measure, x.measure = "cutoff",
...)
a list of ROCR::prediction
objects
additional arguments to ROCR::performance
performance measure to use for the evaluation. See
ROCR::performance
a second performance measure. See
ROCR::performance
A list of performance
objects.
Sing, T., Sander, O., Beerenwinkel, N., Lengauer, T. (2005). ROCR: visualizing classifier performance in R. Bioinformatics 21(20):3940-3941.
ROCR::prediction
,
ROCR::performance