h

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.
http://weka.sourceforge.net/doc.packages/hyperPipes
GNU General Public License 3
University of Waikato, Hamilton, NZ
Len Trigg Lucio de Souza Coelho
Files download
File Operation
hyperPipes-1.0.2.jar download
hyperPipes-1.0.2.pom download
hyperPipes-1.0.2-sources.jar download
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>hyperPipes</artifactId>
  <version>1.0.2</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:hyperPipes:1.0.2'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:hyperPipes:1.0.2")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "hyperPipes" % "1.0.2"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='hyperPipes', version='1.0.2')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="hyperPipes" rev="1.0.2" />
Leiningen
[nz.ac.waikato.cms.weka/hyperPipes "1.0.2"]
Apache Buildr
'nz.ac.waikato.cms.weka:hyperPipes:jar:1.0.2'