License |
License |
---|---|
GroupId | GroupIdorg.opencompare |
ArtifactId | ArtifactIdhac |
Last Version | Last Version1.0.0 |
Release Date | Release Date |
Type | Typejar |
Description |
DescriptionHierarchical 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 |
Filename | Size |
---|---|
hac-1.0.0.pom | |
hac-1.0.0.jar | 16 KB |
hac-1.0.0-sources.jar | 18 KB |
hac-1.0.0-javadoc.jar | 130 KB |
Browse |
<!-- 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"]