Safari Books Online is a digital library providing on-demand subscription access to thousands of learning resources.
In the last section, we built a classifier that could make decisions based on weighted input values. We now have all we need to implement the full AdaBoost algorithm. We’ll implement the algorithm outlined in section 7.2 with the decision stump built in section 7.3.
Pseudo-code for this will look like this: