multiBoostAB: Class for boosting a classifier using the MultiBoosting method.

URL:http://weka.sourceforge.net/doc.packages/multiBoostAB
Author:Shane Butler, Eibe Frank and Len Trigg
Maintainer:Weka team <wekalist{[at]}list.scms.waikato.ac.nz>

Class for boosting a classifier using the MultiBoosting method.

MultiBoosting is an extension to the highly successful AdaBoost technique for forming decision committees. MultiBoosting can be viewed as combining AdaBoost with wagging. It is able to harness both AdaBoost's high bias and variance reduction with wagging's superior variance reduction. Using C4.5 as the base learning algorithm, Multi-boosting is demonstrated to produce decision committees with lower error than either AdaBoost or wagging significantly more often than the reverse over a large representative cross-section of UCI data sets. It offers the further advantage over AdaBoost of suiting parallel execution.

For more information, see

Geoffrey I. Webb (2000). MultiBoosting: A Technique for Combining Boosting and Wagging. Machine Learning. Vol.40(No.2).

All available versions:
Latest
1.0.1
1.0.0