文件名称:Adaboost
介绍说明--下载内容均来自于网络,请自行研究使用
Adaboost是一种迭代算法,其核心思想是针对同一个训练集训练不同的分类器(弱分类器),然后把这些弱分类器集合起来,构成一个更强的最终分类器(强分类器)。-Adaboost is an iterative algorithm, its core idea is different classifications for the same training set (weak classifiers), then these weak classifiers together to form a stronger final classifier (strong classifier).
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Adaboost
........\adaBoost.m
........\getError.m
........\runAdaBoosting.m
........\start.m
........\usps.mat
........\weakLearner.m