X-Boost  2.3.8
Classes
AdaBoostTrainer.h File Reference

AdaBoostTrainer: implements an Adaboost (Discrete,Gentle,Real) algorithm on some weak classifier Provides some usefull tool to train a classifier using AdaBoost algorithm. More...

#include "DataSet.h"
#include "Test.h"
#include "AdaBoost.h"
#include "Classifier/BoostClassifier.h"
#include "Classifier/BoostableClassifier.h"
#include "Pattern/Pattern.h"
#include "AdaBoostCommon.h"
#include <vector>
#include <cmath>
#include <algorithm>
#include <limits>

Go to the source code of this file.

Classes

class  AdaBoostTrainer< Oracle >
 

Detailed Description

AdaBoostTrainer: implements an Adaboost (Discrete,Gentle,Real) algorithm on some weak classifier Provides some usefull tool to train a classifier using AdaBoost algorithm.