Con_DT: Construct Decision Tree model with pruning

Description Usage Arguments Value See Also

Description

Construct Decision Tree model with pruning

Usage

1
Con_DT(X, Y, min_split = 10, cp = 0.01)

Arguments

X

dataset

Y

data_Labels

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

See Also

rpart


Dforest documentation built on May 2, 2019, 6:38 a.m.

Related to Con_DT in Dforest...