DOC

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 Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : multiBoostAB Javadoc & API Documentation - All Versions:

Version Size Javadoc Updated
1.0.x

How to open Javadoc JAR file in web browser

  1. Rename the file multiBoostAB-1.0.2-javadoc.jar to multiBoostAB-1.0.2-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder multiBoostAB-1.0.2-javadoc
  3. Double click index.html will open the index page on your default web browser.

How to generate Javadoc from a source JAR?

Running the command javadoc:

javadoc --ignore-source-errors -encoding UTF-8 -sourcepath "multiBoostAB-1.0.2-sources.jar" -d "multiBoostAB-1.0.2-javadoc" -subpackages