Description: adaboost algorithm source code, Adaboost is an iterative algorithm, the core idea is the same training set for different classifiers (weak classifiers), then these weak classifiers together to form a stronger final classifier (strong classifier), the test can be run
To Search:
File list (Check if you may need any files):
C_adaboost\C_adaboost\adaboost.cpp
..........\..........\C_adaboost.vcxproj
..........\..........\C_adaboost.vcxproj.filters
..........\..........\C_adaboost.vcxproj.user
..........\..........\Debug\adaboost.obj
..........\..........\.....\CL.read.1.tlog
..........\..........\.....\CL.write.1.tlog
..........\..........\.....\C_adaboost.exe.embed.manifest
..........\..........\.....\C_adaboost.exe.embed.manifest.res
..........\..........\.....\C_adaboost.exe.intermediate.manifest
..........\..........\.....\C_adaboost.lastbuildstate
..........\..........\.....\C_adaboost.log
..........\..........\.....\C_adaboost_manifest.rc
..........\..........\.....\link-cvtres.read.1.tlog
..........\..........\.....\link-cvtres.write.1.tlog
..........\..........\.....\link.3448-cvtres.read.1.tlog
..........\..........\.....\link.3448-cvtres.write.1.tlog
..........\..........\.....\link.3448.read.1.tlog
..........\..........\.....\link.3448.write.1.tlog
..........\..........\.....\link.read.1.tlog
..........\..........\.....\link.write.1.tlog
..........\..........\.....\mt.read.1.tlog
..........\..........\.....\mt.write.1.tlog
..........\..........\.....\rc.read.1.tlog
..........\..........\.....\rc.write.1.tlog
..........\..........\.....\vc100.idb
..........\..........\.....\vc100.pdb
..........\C_adaboost.sdf
..........\C_adaboost.sln
..........\C_adaboost.suo
..........\Debug\C_adaboost.exe
..........\.....\C_adaboost.ilk
..........\.....\C_adaboost.pdb
..........\C_adaboost\Debug
..........\C_adaboost
..........\Debug
C_adaboost