Main Page   Namespace List   Class Hierarchy   Compound List   File List   Namespace Members   Compound Members   File Members   Related Pages  

AdaBoostClassifier Class Reference

#include <adaboost.h>

List of all members.

Public Methods

 AdaBoostClassifier (Heuristic **istrong_learner, int inlearners, Float_t ithreshold)
 ~AdaBoostClassifier ()
void dump (char *at)
void dump (int n)
int classify (Sample &sample)

Public Attributes

Heuristic ** strong_learner
int nlearners
Float_t threshold


Constructor & Destructor Documentation

AdaBoostClassifier::AdaBoostClassifier Heuristic **    istrong_learner,
int    inlearners,
Float_t    ithreshold
 

AdaBoostClassifier::~AdaBoostClassifier  
 


Member Function Documentation

int AdaBoostClassifier::classify Sample   sample
 

void AdaBoostClassifier::dump int    n
 

void AdaBoostClassifier::dump char *    at
 


Member Data Documentation

int AdaBoostClassifier::nlearners
 

Heuristic** AdaBoostClassifier::strong_learner
 

Float_t AdaBoostClassifier::threshold
 


The documentation for this class was generated from the following files:
Generated on Wed Apr 23 10:42:34 2003 for BioFilter by doxygen1.2.14 written by Dimitri van Heesch, © 1997-2002