This class represents a Trainer that implements the well-known Bagging algorithm (Breiman, 1996).
This class represents a Trainer that implements the well-known Bagging algorithm (Breiman, 1996). A "bagger" contains a series of trainers, each trained on a bootstrap of the original dataset. The output of the bagging is then the average of the output of each trainer.It is implemented using a WeightedSumMachine that performs the combination.
Alphabetic index HTML hierarchy of classes or Java