Definition

Decision tree algorithm consists of growing and pruning step. Suppose
- growing: seek the splitting variable and split point that solves
- pruning: Suppose the number of terminal nodes in a tree is and is the split regions corresponding to the terminal node. For a tree , define the cost complexity function. where is a tuning parameter regularizing complexity.
Regression function is estimated by A non-parametric regression that partitions explanatory variables into a set of rectangles and takes the average of the response variables in each rectangle as an estimate of the regression function in that region.