jar

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 JAR file - Latest Versions:

All Versions

Download nz.ac.waikato.cms.weka : hyperPipes 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 hyperPipes-1.0.2.jar file.
    Once you open a JAR file, all the java classes in the JAR file will be displayed.

weka.classifiers.misc

├─ weka.classifiers.misc.HyperPipes.class - [JAR]