predict,RF-method: Predict RF
Description
Predict the output for a new dataset from a trained RF model.
Usage
# S4 method for RF
predict(object, data, type, clamp)
Arguments
data
data.frame with the data for the prediction.
Value
A vector with the predicted probabilities of class 1.