View source: R/Prediction_operators.R
getPredictionResponse | R Documentation |
The following types are returned, depending on task type:
classif | factor |
regr | numeric |
se | numeric |
cluster | integer |
surv | numeric |
multilabel | logical matrix, columns named with labels |
getPredictionResponse(pred)
getPredictionSE(pred)
getPredictionTruth(pred)
pred |
(Prediction) |
See above.
Other predict:
asROCRPrediction()
,
getPredictionProbabilities()
,
getPredictionTaskDesc()
,
predict.WrappedModel()
,
setPredictThreshold()
,
setPredictType()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.