Description Usage Arguments Value See Also
View source: R/randomForestPredict.R
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.
1 2 3 4 5 6 7 | 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 |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.