DOC

nz.ac.waikato.cms.weka : decorate

Maven & Gradle

Apr 26, 2012
1 usages

decorate · DECORATE is a meta-learner for building diverse ensembles of classifiers by using specially constructed artificial training examples. Comprehensive experiments have demonstrated that this technique is consistently more accurate than the base classifier, Bagging and Random Forests. Decorate also obtains higher accuracy than Boosting on small training sets, and achieves comparable performance on larger training sets. For more details see: P. Melville, R. J. Mooney: Constructing Diverse Classifier Ensembles Using Artificial Training Examples. In: Eighteenth International Joint Conference on Artificial Intelligence, 505-510, 2003; P. Melville, R. J. Mooney (2004). Creating Diversity in Ensembles Using Artificial Data. Information Fusion: Special Issue on Diversity in Multiclassifier Systems.

Table Of Contents

Latest Version

Download nz.ac.waikato.cms.weka : decorate Javadoc & API Documentation - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : decorate 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 decorate-1.0.3-javadoc.jar to decorate-1.0.3-javadoc.zip
  2. Use your favourite unzip tool (WinRAR / WinZIP) to extract it, now you have a folder decorate-1.0.3-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 "decorate-1.0.3-sources.jar" -d "decorate-1.0.3-javadoc" -subpackages 

Advertisement