jar

nz.ac.waikato.cms.weka : multiBoostAB

Maven & Gradle

Apr 26, 2012

multiBoostAB · 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).

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : multiBoostAB JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : multiBoostAB JAR file - All Versions:

Version Vulnerabilities Size Updated
1.0.x

View Java Class Source Code in JAR file

  1. Download JD-GUI to open JAR file and explore Java source code file (.class .java)
  2. Click menu "File → Open File..." or just drag-and-drop the JAR file in the JD-GUI window multiBoostAB-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.meta

├─ weka.classifiers.meta.MultiBoostAB.class - [JAR]