classification_model(method, test, x, y, training_data, ...)
"classification_model"(method, test, x, y, training_data, ...)
"classification_model"(method, test, x, y, training_data, ...)
"classification_model"(method, test, x, y, training_data, ...)
default
: Default function for creating a classification model get
s the method and calls it using x
, y
, and data
rpart
: Rpart specific function for creating a classification model RPart requires a formula for classification, which is not provided by the default function boosting
: Create a classification model using Freund & Schapire's adaboost.M1