MVN

nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer

Maven & Gradle

Apr 26, 2012

sequentialInformationalBottleneckClusterer · Cluster data using the sequential information bottleneck algorithm. Note: only hard clustering scheme is supported. sIB assign for each instance the cluster that have the minimum cost/distance to the instance. The trade-off beta is set to infinite so 1/beta is zero. For more information, see: Noam Slonim, Nir Friedman, Naftali Tishby: Unsupervised document classification using sequential information maximization. In: Proceedings of the 25th International ACM SIGIR Conference on Research and Development in Information Retrieval, 129-136, 2002.

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>sequentialInformationalBottleneckClusterer</artifactId>
    <version>1.0.2</version>
</dependency>
Copy
pom.xml
Table Of Contents

Latest Version

Choose a version of nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer to add to Maven or Gradle - Latest Versions:

  • Latest Stable: 1.0.2

All Versions

Choose a version of nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer to add to Maven or Gradle - All Versions:

Version Vulnerabilities Updated
1.0.x
sequentialInformationalBottleneckClusterer-1.0.2
sequentialInformationalBottleneckClusterer-1.0.1

How to add a dependency to Maven

Add the following nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer maven dependency to the pom.xml file with your favorite IDE (IntelliJ / Eclipse / Netbeans):

<dependency>
    <groupId>nz.ac.waikato.cms.weka</groupId>
    <artifactId>sequentialInformationalBottleneckClusterer</artifactId>
    <version>1.0.2</version>
</dependency>

How to add a dependency to Gradle

Gradle Groovy DSL: Add the following nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer gradle dependency to your build.gradle file:

implementation 'nz.ac.waikato.cms.weka:sequentialInformationalBottleneckClusterer:1.0.2'

Gradle Kotlin DSL: Add the following nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer gradle kotlin dependency to your build.gradle.kts file:

implementation("nz.ac.waikato.cms.weka:sequentialInformationalBottleneckClusterer:1.0.2")

How to add a dependency to SBT Scala

SBT Scala: Add the following nz.ac.waikato.cms.weka : sequentialInformationalBottleneckClusterer sbt scala dependency to your build.sbt file:

libraryDependencies += "nz.ac.waikato.cms.weka" % "sequentialInformationalBottleneckClusterer" % "1.0.2"

Advertisement