Synopsis
Uses a majority vote (for classification) or the average (for regression) on top of the predictions of the other inner learners.
Description
This class uses n+1 inner learners and generates n different models by using the last n learners. The predictions of these n models are taken to create n new features for the example set, which is finally used to serve as an input of the first inner learner.
Input
- training set: expects: ExampleSet
Output
- model: