structure_ratio_grow | R Documentation |
Tree structure ratio of the candidate tree and the previous tree, given that the action step was a grow
structure_ratio_grow( tree, current_node, current_selec_var, p_vars, alpha_grow, beta_grow )
tree |
The current tree |
current_node |
The current grown node |
current_selec_var |
The variable selected for the split |
p_vars |
The number of available predictors. |
alpha_grow |
The alpha of the growing probability |
beta_grow |
The beta of the growing probability |
For the tree structure ratio of the new tree, we need the probabilities of:
The tree structure ratio
Bruna Wundervald, brunadaviesw@gmail.com.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.