MultiBoost Doxygen Documentation

0.5

Introduction

MultiBoost is a multi-class AdaBoost learner, very flexible and well commented. Feel free to use it and to modify it!

Copyright (C) 2005 Norman Casagrande This software is covered by the LGPL licence.

Installation

Just run this simple two commands to compile:

 % tmake multiboost.pro -o Makefile
 % make

Note: you need tmake to create the Makefile. If you don't have it, and you are using g++ on a linux machine machine, you can use this Makefile.

To run the program, just type:

 % multiboost

To get some help, type:

 % multiboost -help

References

Here's the bibtex reference:
@misc{multiboost,
      author   = {Norman Casagrande},
      title    = {MultiBoost: An open source multi-class AdaBoost learner},
      note     = {http://iro.umontreal.ca/~casagran/multiboost/},
      year     = {2005}
}

Generated on Mon Nov 28 21:43:46 2005 for MultiBoost by  doxygen 1.4.5