View source: R/check_support.R
check_support | R Documentation |
Check support Check the proportion of trees that support splits in a single tree.
check_support(main_tree, trees)
main_tree |
A tree to check support for. |
trees |
A set of trees to use to check support for main_tree. |
A list with an average support value (averaged over all splits in all trees) and a support proportion for each internal branch of main_tree.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.