Y
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
minimaxir
893 days ago
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.
link
vslira
893 days ago
Any reason to pick DBSCAN instead of HDBSCAN*?
link
I was not aware of a robust clustering technique that's better/as easy to use other than DBSCAN.