Hacker News new | ask | show | jobs
by minimaxir 895 days ago
I DBSCAN in the 2D projected space.

These aren't visualized: I use identified clusters to look at manually to find trends.

1 comments

Is it possible to dbscan on the unprojected space or does that lead to poor effectiveness? Also what led you to choose dbscan vs another technique?
Poor effectiveness. (again another hint why working in high dimensional space may not be ideal)

I was not aware of a robust clustering technique that's better/as easy to use other than DBSCAN.

Any reason to pick DBSCAN instead of HDBSCAN*?