Description Usage Arguments Value
This function builds an individual tree for Random Forest
1 |
data |
Dataframe containing the training set. |
x |
Vector. Column input indexes in data. |
y |
Vector. Column output indexes in data. |
numStop |
Integer. Minimum number of observations in a node for a split to be attempted. |
s_mtry |
Number of variables randomly sampled as candidates at each split. The available options are: |
List of m trees in forest and the error that will be used in the ranking of the importance of the variables.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.