Class AdaBoostM2Trainer


  • public class AdaBoostM2Trainer
    extends ClassifierTrainer<AdaBoostM2>
    This version of AdaBoost can handle multi-class problems. For binary classification, can also use AdaBoostTrainer.

    Yoav Freund and Robert E. Schapire "Experiments with a New Boosting Algorithm" In Journal of Machine Learning: Proceedings of the 13th International Conference, 1996 http://www.cs.princeton.edu/~schapire/papers/FreundSc96b.ps.Z

    Author:
    Gary Huang ghuang@cs.umass.edu