Code for Multiclass Boosting

Here are the source files I used for the paper Multiclass Boosting with Repartitioning. You may also find the data sets used for the paper at my data page.

Main Code

You will need LEMGA (later than 2006/05/16) and LIBSVM to compile the files here.

Helper Functions

Experiments were carried out on different splits of the data sets, and also with different base learners. Here are some helper functions to generate the data splits, collect the results, and plot the figures.

Here are the files for the tangram experiment: