lbehnke / hierarchical-clustering-java

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

changed to use generics instead of strings #32

Closed erik-romson closed 4 years ago

erik-romson commented 4 years ago

hi, I changed to use generics instead of strings. Im pretty sure that there is a lot of cleaning up but just reject it, if it is too big of a change.

It works for me anyway for what I needed to do