Random Forest Prediction
Random Forest prediction via predict.ranger. Predicts response variables
from predictor variables, using ranger objects. All ranger objects have to work
on the same set of prediction variables. These variables are exactly available in the
prediction dataset. A response is not necessary, it will be predicted via this function.
randomForestPredict( dataset = cs.in.dataset(), preds = cs.in.predictors(), robject = cs.in.Robject(), return.results = FALSE, ... )
dataset |
[ |
preds |
[ |
robject |
[ |
return.results |
[ |
... |
[ANY] |
Logical [TRUE] invisibly and outputs to Cornerstone or,
if return.results = TRUE, list of
resulting data.frame objects:
predictions |
Dataset to brush with predicted values for |
Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.