Converts predictions to a format package ROCR can handle.
Source:R/asROCRPrediction.R
asROCRPrediction.Rd
Converts predictions to a format package ROCR can handle.
Arguments
- pred
(Prediction)
Prediction object.
See also
Other roc:
calculateROCMeasures()
Other predict:
getPredictionProbabilities()
,
getPredictionResponse()
,
getPredictionTaskDesc()
,
predict.WrappedModel()
,
setPredictThreshold()
,
setPredictType()