lbehnke / hierarchical-clustering-java

Implementation of an agglomerative hierarchical clustering algorithm in Java. Different linkage approaches are supported.
141 stars 79 forks source link

Bugfix: Add leafnames for DefaultClustering #35

Closed damian-t closed 3 years ago

damian-t commented 4 years ago

There was a small bug resulting in empty leafNames for clusters created with the DefaultClustering algorithm. Made consistent with: https://github.com/damian-t/hierarchical-clustering-java/blob/46dcc622f143057f132c81c6e1c8992784a27a5a/src/main/java/com/apporiented/algorithm/clustering/PDistClusteringAlgorithm.java#L106