Releases: lbehnke/hierarchical-clustering-java
Releases · lbehnke/hierarchical-clustering-java
v1.2.0
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
v1.0.3
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.