View source: R/TreePrediction.R
This function takes a trained C5.0 Classification Tree and returns predictions based on the training data set provided.
1 | TreePrediction(model, test)
|
model |
The fit CART Model to run predictions through. |
test |
The test dataset for predictions to be made on. |
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.