predict_randomForest: Prediction using random forest.
Description
Prediction using random forest.Usage
predict_randomForest(object, x, ...)
Value
When used for classification, a list with elements:
prediction: Factor of predicted class memberships.
probability: Data frame of predicted class probabilities.itemize
prediction: Vector of predicted response.