Description Usage Arguments Value
This function gets the variable and split value to be used in estimEAT, selects the best split, node indexes and leaf list.
1 | split_forest(data, tree, leaves, t, x, y, numStop, arrayK)
|
data |
Data to be used. |
tree |
List structure with the tree nodes. |
leaves |
List with leaf nodes or pending expansion nodes. |
t |
Node which is being split. |
x |
Column input indexes in data. |
y |
Column output indexes in data. |
numStop |
Minimum number of observations on a node to be split. |
arrayK |
Column input indexes in data selected by s_mtry. |
Leaves and tree lists updated with the new child nodes.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.