Hacker News new | ask | show | jobs
by woodglyst 815 days ago
The problem with this approach is determining the what k is for the k-means. But again, we could use the “elbow” technique to determine what’s the optimal k and then start grouping them together. I wonder if there are any automatic sophisticated clustering algorithms?
1 comments

Hierarchical and DBSCAN don’t require upfront knowledge about the number of clusters.