Description Usage Arguments Value
This function randomly selects the variables that are evaluated to divide a node and removes those that do not present variability.
1 | mtry_inputSelection(data, x, t, mtry)
|
data |
|
x |
Column input indexes in data. |
t |
Node which is being split. |
mtry |
Number of inputs selected for a node to be split. |
Index of the variables by which the node is divided.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.