Description: Adaboost is an iterative algorithm, the core idea is the same for a training set different classifiers (weak classifiers), and then set up these weak classifiers to form a stronger final classifier (strong classifier).
To Search:
File list (Check if you may need any files):
demoadaboost\demo_adaboost.m
............\FindGuassianModel.m
............\FindModelError.m
............\predict.png
............\training.png
demoadaboost