|
X-Boost
2.3.8
|
#include <AdaBoost.h>
Static Public Member Functions | |
| template<class DataSetType > | |
| static bool | Update (const WeakClassifier &H, DataSetType &training_set, DataSetType &validation_set, bool verbose=true) |
AdaBoost Weight Update Rules
This AdaBoost is valid for all AdaBoost variants (Real and Gentle in particular) Update rule only update weights.
|
inlinestatic |
Perform an AdaBoost generic update step.
| H | a Generic Boosted hypothesis |
| training_set | |
| validation_set | a training set updated using H |
1.8.7