Description: This a classic AdaBoost implementation, in one single file with easy understandable code.
The function consist of two parts a simple weak classifier and a boosting part:
The weak classifier tries to find the best threshold in one of the data dimensions to separate the data into two classes-1 and 1
The boosting part calls the classifier iteratively, after every classification step it changes the weights of miss-classified examples. This creates a cascade of "weak classifiers" which behaves like a "strong classifier" 。
- [Adaboost] - using a Matlab Adaboost_M1 the realizati
- [adaboost] - AdaBoost algorithm, the fastest of today
- [fusemoxingtiqu] - matlab color detection procedure. rgb2ts
File list (Check if you may need any files):
adaboost.m
example.m
license.txt