Pred_DT {Dforest} | R Documentation |
Doing Prediction with Decision Tree model
Description
Doing Prediction with Decision Tree model
Usage
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
[Package Dforest version 0.4.2 Index]