Skip to content

Releases: lbehnke/hierarchical-clustering-java

v1.2.0

27 Dec 11:20
Compare
Choose a tag to compare

Added the ability to form flattened clusters. Basically, each cluster tracks all leaves under it. The clustering stops when minimum inter-cluster distance is greater than the threshold. The leaves under these clusters are considered as neighbors.

Added toNewickString method on Cluster class.

Thanks to BrunoMeyer and utsavdrolia for their contributions.

v1.1.0

18 Feb 08:29
Compare
Choose a tag to compare

This release comes with a new linkage strategy that supports for weighted clustering. Thanks to Michel Daviot for this contribution.

v1.0.3

15 Oct 13:20
Compare
Choose a tag to compare

In version 1.0.3 the library underwent minor changes in the pom.xml. Sonatype configuration, GPG plugin configuration and some missing tags have been added. For your convenience the algorithm is now available in maven central.

v1.0

10 Oct 08:38
Compare
Choose a tag to compare

First release of the hierarchical clustering algorithms.