Developer Guide for Intel® Data Analytics Acceleration Library 2016 Update 4

AdaBoost Classifier

AdaBoost (short for "Adaptive Boosting") is a popular boosting classification algorithm. AdaBoost algorithm performs well on a variety of data sets except some noisy data [Freund99].

AdaBoost is a binary classifier. For a multi-class case, use Multi-Class Classifier framework of the library.

See Also