Last Version

Hierarchical agglomerative clustering 1.0.0

Hac is a simple library for hierarchical agglomerative clustering. The goal of Hac is to be easy to use in any context that might require a hierarchical agglomerative clustering approach.

License

License

GroupId

GroupId

org.opencompare
ArtifactId

ArtifactId

hac
Version

Version

1.0.0
Type

Type

jar
Description

Description

Hierarchical agglomerative clustering
Hac is a simple library for hierarchical agglomerative clustering. The goal of Hac is to be easy to use in any context that might require a hierarchical agglomerative clustering approach.
Project URL

Project URL

http://sape.inf.usi.ch/hac

Download hac 1.0.0


<!-- https://jarcasting.com/artifacts/org.opencompare/hac/ -->
<dependency>
    <groupId>org.opencompare</groupId>
    <artifactId>hac</artifactId>
    <version>1.0.0</version>
</dependency>
// https://jarcasting.com/artifacts/org.opencompare/hac/
implementation 'org.opencompare:hac:1.0.0'
// https://jarcasting.com/artifacts/org.opencompare/hac/
implementation ("org.opencompare:hac:1.0.0")
'org.opencompare:hac:jar:1.0.0'
<dependency org="org.opencompare" name="hac" rev="1.0.0">
  <artifact name="hac" type="jar" />
</dependency>
@Grapes(
@Grab(group='org.opencompare', module='hac', version='1.0.0')
)
libraryDependencies += "org.opencompare" % "hac" % "1.0.0"
[org.opencompare/hac "1.0.0"]

Dependencies

There are no dependencies for this project. It is a standalone project that does not depend on any other jars.

Project Modules

There are no modules declared in this project.