| predict.decisiontree | R Documentation |
Prediction for Decision Tree
## S3 method for class 'decisiontree'
predict(object, x, ...)
object |
R object. |
x |
A matrix or data frame with feature values. |
... |
Optional arguments. |
A vector with levels of y as the results of classifying the samples of x.
Other Machine Learning:
cross_validation_split(),
decision_tree(),
k_nearest_neighbors(),
moving_average(),
naive_bayes(),
naive_forecast(),
predict.kmeans(),
predict.naivebayes()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.