Description: AdaBoost source code, several weak classifiers, by dynamically modifying the tuple classifier obtained by weight and weight, enhance the strong classifier for composite.
To Search:
File list (Check if you may need any files):
adaboost coding\AdaBoost.asv
...............\AdaBoost.m
...............\AdaBoostClassify.m
...............\SingleWeakLearner.m
...............\SingleWeakLearnerROC.m
...............\StrongClassify.m
...............\TestAdaBoost.m
...............\Toy.m
...............\WeakClassify.m
...............\WeakClassifyBatch.m
...............\WeakClassifyROC.m
...............\WeakLearner.m
adaboost coding