Description Usage Arguments Value Author(s)
Fit a Random Forest with a 'stats'-like formula frontend interface.
1 2 3 |
formuler |
ravioli ravioli give me the formuoli. |
data |
the data associated with the formuler. Note: if you want an intercept, you must add it ahead of time. |
d |
the number of features to subsample at a split node. Defaults to |
alpha |
the feature sampling prior. Should be a |
ntrees |
the number of trees to construct. Defaults to |
bagg |
the relative size of the subsamples for the training set. A numeric s.t.
|
method |
whether you want "classification" or "regression". |
depth.max |
the maximum allowed tree depth. |
size |
the minimum allowed number of samples for an individual node. |
debug |
whether to save the predictors and responses that are categorized |
mc.cores |
the number of cores to use. Should be |
an object of class rf.class
containing the following:
|
A list a decision trees. |
|
the method used to fit the forest. |
Eric Bridgeford
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.