lbehnke / hierarchical-clustering-java

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

What are the performance characteristics? #24

Open barrybecker4 opened 5 years ago

barrybecker4 commented 5 years ago

What are the run times of the single and complete linkage algorithms implemented? It would be nice to provide a reference to the algorithm that has been implemented in the README.