#include <adaboost.h>
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 |
|
||||||||||||||||
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
|
1.2.14 written by Dimitri van Heesch,
© 1997-2002