S3 definition for concatenating train objects
take N objects of class train and concatenat into an object of class caretList for future Ensamble'ing
## S3 method for class 'train' c(...)
... |
the objects of class train to bind into a caretList |
a caretList object
## Not run:
rpartTrain <- train(Class ~ .,
data=Sonar,
trControl = ctrl1,
method='rpart')
rfTrain <- train(Class ~ .,
data=Sonar,
trControl = ctrl1,
method='rf')
bigList <- c(model_list1, model_list2)
## End(Not run)Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.