Con_DT {Dforest}R Documentation

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

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


[Package Dforest version 0.4.2 Index]