| randomForestPredict {CornerstoneR} | R Documentation |
Random Forest Prediction
Description
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.
Usage
randomForestPredict(
dataset = cs.in.dataset(),
preds = cs.in.predictors(),
robject = cs.in.Robject(),
return.results = FALSE,
...
)
Arguments
dataset |
[ |
preds |
[ |
robject |
[ |
return.results |
[ |
... |
[ANY] |
Value
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 |