Hacker News new | ask | show | jobs
by appplication 893 days ago
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?
1 comments

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*?