AdaBoost, short for "Adaptive Boosting", is a machine learning meta-algorithm formulated by Yoav Freund and Robert Schapire who won the prestigious "Gödel Prize" in 2003 for their work.It can be used in conjunction with many other types of learning algorithms to improve their performance.
The following Matlab project contains the source code and Matlab examples used for implementation of smoteboost algorithm used to handle class imbalance problem in data. .
This code implements SMOTEBoost.