check_support: Check support Check the proportion of trees that support...

View source: R/check_support.R

check_supportR Documentation

Check support Check the proportion of trees that support splits in a single tree.

Description

Check support Check the proportion of trees that support splits in a single tree.

Usage

check_support(main_tree, trees)

Arguments

main_tree

A tree to check support for.

trees

A set of trees to use to check support for main_tree.

Value

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.


svteichman/TreeVizPackage documentation built on June 22, 2022, 11:21 p.m.