adaboost_version1b
代码说明:
最经典AdaBoost实现,适合初学,有大量详细的注释,容易理解(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.m,6495,2010-08-30
example.m,2373,2010-08-30
license.txt,1335,2010-08-30
下载说明:请别用迅雷下载,失败请重下,重下不扣分!