Description Usage Arguments Value
This function selects the number of inputs for a split in Random Forest.
1 | select_mtry(s_mtry, t, nX, nY)
|
s_mtry |
Select number of inputs. It could be: |
t |
Node which is being split. |
nX |
Number of inputs in data. |
nY |
Number of outputs in data. |
Number of inputs selected according to the specified rule.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.