lbehnke / hierarchical-clustering-java

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

non-square matrix #18

Closed soulana closed 8 years ago

soulana commented 8 years ago

hello, I want to create a dendrogram but with non-square distance matrix can I do it ? thx :)

lbehnke commented 8 years ago

The readme.md file gives a basic example how to use a pdist-like matrix.