Description Usage Arguments Value References See Also Examples
View source: R/PredictionList.R
This function creates a ROCR::prediction
object for each
predictive model in a PredictiveModelList
object. It should be used with
PerformanceList
to evaluate multiple models with exactly the
same criteria while keeping track of which model corresponds to which land use
category.
1 | PredictionList(models, newdata, ...)
|
models |
a PredictiveModelList object |
newdata |
a data.frame containing new data |
... |
additional arguments to |
A PredictionList
object.
Sing, T., Sander, O., Beerenwinkel, N., Lengauer, T. (2005). ROCR: visualizing classifier performance in R. Bioinformatics 21(20):3940-3941.
link{PerformanceList}
, ROCR::prediction
1 | ## see lulcc2-package examples
|
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.