Pred_DT: Doing Prediction with Decision Tree model

Description Usage Arguments Value Source See Also

Description

Doing Prediction with Decision Tree model

Usage

1
Pred_DT(model, X)

Arguments

model

Decision Tree Model

X

dataset

Value

Decision Tree Predictions Different endpoints presented in multiple columns

Source

rpart

See Also

rpart


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

Related to Pred_DT in Dforest...