This repository contains the implementation of the various algorithms presented in Ensemble Methods in Ordinal Data Classification for Weka 3.7.
- oAdaBoost: oAdaBoost: An AdaBoost variant for Ordinal Data Classification
- AdaBoost.OR: Combining ordinal preferences by boosting
- AdaBoost.M1w: How to make AdaBoost.M1 work for weak base classifiers by changing only one line of the code
- oDT: Ensemble Methods in Ordinal Data Classification
- Ordinal Random Forests: Ensemble Methods in Ordinal Data Classification