contrib/mul/clsfy/clsfy_simple_adaboost.cxx File Reference

Classifier using adaboost on combinations of simple 1D classifiers. More...

#include "clsfy_simple_adaboost.h"
#include <vcl_string.h>
#include <vcl_iostream.h>
#include <vcl_vector.h>
#include <vcl_cassert.h>
#include <vcl_cmath.h>
#include <vsl/vsl_binary_io.h>
#include <vsl/vsl_binary_loader.h>
#include <vsl/vsl_vector_io.h>
#include <vnl/io/vnl_io_matrix.h>
#include <vnl/io/vnl_io_vector.h>

Go to the source code of this file.


Detailed Description

Classifier using adaboost on combinations of simple 1D classifiers.

Author:
Tim Cootes

Definition in file clsfy_simple_adaboost.cxx.