Description: AdaBoost, Adaptive Boosting, is a well-known meta machine learning algorithm that was proposed by Yoav Freund and Robert Schapire. In this project there two main files 1. ADABOOST_tr.m 2. ADABOOST_te.m to traing and test a user-coded learning (classification) algorithm with AdaBoost. A demo file (demo.m) is provided that demonstrates how these two files can be used with a classifier (basic threshold classifier) for two class classification problem.
File list (Check if you may need any files):
adaboost for matlab
...................\adaboost
...................\........\ADABOOST_te.m
...................\........\ADABOOST_tr.m
...................\........\demo.m
...................\........\likelihood2class.m
...................\........\README.txt
...................\........\threshold_te.m
...................\........\threshold_tr.m