split | R Documentation |
This function gets the variable and split value to be used in estimEAT, selects the best split and updates VarInfo, node indexes and leaves list.
split(data, tree, leaves, t, x, y, numStop)
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 in a node to be split. |
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.