asROCRPrediction {mlr} | R Documentation |
Converts predictions to a format package ROCR can handle.
Description
Converts predictions to a format package ROCR can handle.
Usage
asROCRPrediction(pred)
Arguments
pred |
(Prediction) |
See Also
Other roc:
calculateROCMeasures()
Other predict:
getPredictionProbabilities()
,
getPredictionResponse()
,
getPredictionTaskDesc()
,
predict.WrappedModel()
,
setPredictThreshold()
,
setPredictType()
[Package mlr version 2.19.2 Index]