| abmodel-class {autoBagging} | R Documentation |
abmodel-class
Description
abmodel is an S4 class that contains the ensemble model.
Besides the base learning algorithms–base_models –
abmodel class contains information about the
dynamic selection method to apply in new data.
Slots
base_modelsa list of decision tree classifiers
formformula
datadataset used to train
base_modelsdynamic_selectionthe dynamic selection/combination method to use to aggregate predictions. If
none, majority vote is used.
See Also
autoBagging function for the
method of automatic predicting of the best workflows.
[Package autoBagging version 0.1.0 Index]