lbehnke / hierarchical-clustering-java

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

Clustering without names #30

Open piegamesde opened 5 years ago

piegamesde commented 5 years ago

I'd like to do clustering without having to name each element; or at least have the possibility to use custom objects as categories. I have a set of objects containing a position that I want to cluster and I have no non-ugly way to name them.