lbehnke / hierarchical-clustering-java

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

fix for weighted test #11

Closed tyrcho closed 9 years ago

tyrcho commented 9 years ago

Nice job on the refactoring, I did not think we could keep easily the std interfaces you defined.

I fixed the bug (mostly linked to this typo) and also simplified a bit some parts, we don't need the weight on the links, only the distance.