DOC

nz.ac.waikato.cms.weka : hyperPipes

Maven & Gradle

Apr 26, 2012

hyperPipes · Class implementing a HyperPipe classifier. For each category a HyperPipe is constructed that contains all points of that category (essentially records the attribute bounds observed for each category). Test instances are classified according to the category that "most contains the instance". Does not handle numeric class, or missing values in test cases. Extremely simple algorithm, but has the advantage of being extremely fast, and works quite well when you have "smegloads" of attributes.

Table Of Contents

Latest Version

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

All Versions

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