文件名称: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" 。
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
example.m
license.txt
example.m
license.txt