Class AdaBoostTrainer


  • public class AdaBoostTrainer
    extends ClassifierTrainer<AdaBoost>
    This version of AdaBoost should be used only for binary classification. Use AdaBoost.M2 for multi-class problems.

    Robert E. Schapire. "A decision-theoretic generalization of on-line learning and an application to boosting" In Journal of Computer and System Sciences http://www.cs.princeton.edu/~schapire/uncompress-papers.cgi/FreundSc95.ps

    Author:
    Andrew McCallum mccallum@cs.umass.edu