The following Matlab project contains the source code and Matlab examples used for adaboost: the meta machine learning algorithm formulated by yoav freund and robert schapire .
AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire.
The source code and files included in this project are listed in the project files section, please make sure whether the listed source code meet your needs there.
Project Files:
File Name | Size |
---|---|
ADABOOST_te.m | 2916 |
ADABOOST_tr.m | 4452 |
demo.m | 1849 |
likelihood2class.m | 812 |
README.txt | 809 |
threshold_te.m | 1467 |
threshold_tr.m | 2222 |