Description Usage Arguments Value
This function creates a deep Efficiency Analysis Tree and a set of possible prunings by the weakest-link pruning procedure.
1 |
data |
|
x |
Column input indexes in |
y |
Column output indexes in |
numStop |
Minimum number of observations in a node for a split to be attempted. |
max.depth |
Maximum depth of the tree. |
max.leaves |
Maximum number of leaf nodes. |
A list
containing each possible pruning for the deep tree and its associated alpha value.
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.