josephius / star-clustering

A clustering algorithm that automatically determines the number of clusters and works without hyperparameter fine-tuning.
Apache License 2.0
213 stars 21 forks source link

Refactoring for clarity and usage. #7

Closed josephius closed 4 years ago

josephius commented 4 years ago

Refactoring for #1, #5, and #6

Also, apparently using pdist improves the speed of the algorithm from over 5 seconds on each synthetic data example, to about 2 seconds, as shown in the updated plots.