alpha {eat} | R Documentation |
Alpha Calculation for Pruning Procedure of Efficiency Analysis Trees
Description
This function gets the minimum alpha for each subtree evaluated during the pruning procedure of the Efficiency Analysis Trees technique.
Usage
alpha(tree)
Arguments
tree |
A |
Value
Numeric value corresponding to the minimum alpha associated with a suitable node to be pruned.
[Package eat version 0.1.4 Index]