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
文件下载
文件名 操作
hyperPipes-1.0.1.jar 下载
hyperPipes-1.0.1.pom 下载
hyperPipes-1.0.1-sources.jar 下载
Apache Maven
<dependency>
  <groupId>nz.ac.waikato.cms.weka</groupId>
  <artifactId>hyperPipes</artifactId>
  <version>1.0.1</version>
</dependency>
Gradle Groovy
implementation 'nz.ac.waikato.cms.weka:hyperPipes:1.0.1'
Gradle Kotlin
implementation("nz.ac.waikato.cms.weka:hyperPipes:1.0.1")
Scala SBT
libraryDependencies += "nz.ac.waikato.cms.weka" % "hyperPipes" % "1.0.1"
Groovy Grape
@Grapes(
  @Grab(group='nz.ac.waikato.cms.weka', module='hyperPipes', version='1.0.1')
)
Apache Ivy
<dependency org="nz.ac.waikato.cms.weka" name="hyperPipes" rev="1.0.1" />
Leiningen
[nz.ac.waikato.cms.weka/hyperPipes "1.0.1"]
Apache Buildr
'nz.ac.waikato.cms.weka:hyperPipes:jar:1.0.1'