Tree Prune
See Also
The construction of a classification tree or a regression tree generally results in over fitting, that is it continues to extend the branches of the tree beyond the point that can be justified statistically. This menu provides a solution where you can prune the tree to remove the uninformative sub-branches.

Available Data

This lists data structures appropriate to the current input field. The contents will change as you move from one field to the next. Double-click on a name to copy it to the current input field; alternatively, you can type the name directly into the input field.

Tree

Provides a space for you to specify a tree structure for the classification or regression tree that is to be pruned.

Pointer to pruned trees

Pointer to save the trees generated during the pruning of each tree.

Display

Specifies which items of output are to be displayed in the Output Window.
GraphPlots accuracy of the pruned trees of each tree against number of terminal nodes in the pruned trees of each tree
Table table with accuracy of the pruned trees of each tree and number of terminal nodes in the pruned trees of each tree
Monitoring information monitoring during pruning

Replace with pruned

Allows you to replace the existing tree by the pruned tree. On clicking this button you will be prompted with a dialog to specify a new number for the tree.

See Also