This function is a helper function used to make a new split in a FunFor tree
1 2 3 4 5 6 7 8 9 10 11 12 13 | make_split(
data,
node,
Xs,
Ys,
MVT,
ancestor,
depth,
pred_list,
npc,
m_split,
smooth
)
|
data |
All the data |
node |
Node to split |
Xs |
Names of X variables |
Ys |
Names of Y variables |
MVT |
A matrix |
ancestor |
Ancestor node |
depth |
Maximum depth |
npc |
Number of PCs |
smooth |
Whether to smooth curves |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.