DOC

nz.ac.waikato.cms.weka : ridor

Maven & Gradle

Apr 26, 2012

ridor · An implementation of a RIpple-DOwn Rule learner. It generates a default rule first and then the exceptions for the default rule with the least (weighted) error rate. Then it generates the "best" exceptions for each exception and iterates until pure. Thus it performs a tree-like expansion of exceptions.The exceptions are a set of rules that predict classes other than the default. IREP is used to generate the exceptions. For more information about Ripple-Down Rules, see: Brian R. Gaines, Paul Compton (1995). Induction of Ripple-Down Rules Applied to Modeling Large Databases. J. Intell. Inf. Syst. 5(3):211-228.

Table Of Contents

Latest Version

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

All Versions

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