Boosting: Selecting a label for an example
For each label
L
For each hypothesis
If the hypothesis assigns
L
to the example, add the weight of the hypothesis to the total for
L
Return the label with the largest accumulated weight
(next)