Con_DT: Construct Decision Tree model with pruning
Description
Construct Decision Tree model with pruning
Usage
Con_DT(X, Y, min_split = 10, cp = 0.01)
Arguments
min_split
minimum number of node in each leaf
cp
pre-defined Complexity Parameter (CP) rpart program
Value
Decision Tree Model with pruning
Implemented by rpart