alpha: Alpha Calculation for Pruning Procedure of Efficiency...

View source: R/alpha.R

alphaR 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 list containing the EAT nodes.

Value

Numeric value corresponding to the minimum alpha associated with a suitable node to be pruned.


eat documentation built on Jan. 10, 2023, 5:13 p.m.