Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Alternative clustering algorithms, instead of DBSCAN #119

Open
BSchilperoort opened this issue Oct 5, 2022 · 0 comments
Open

Alternative clustering algorithms, instead of DBSCAN #119

BSchilperoort opened this issue Oct 5, 2022 · 0 comments
Labels
enhancement New feature or request RDGR Issues relating to the RGDR module

Comments

@BSchilperoort
Copy link
Contributor

Currently we implemented DBSCAN for clustering the masked data in RGDR. However, DBSCAN can be very memory and computationally intensive. This is also because DBSCAN is originally intended to cluster point cloud data, instead of a fixed grid.

To this end I was thinking about alternative clustering methods we could implement. One of these could be a "flood fill" algorithm, like the paint bucket in MS Paint. One example of this is in scikit-image.

@BSchilperoort BSchilperoort added enhancement New feature or request RDGR Issues relating to the RGDR module labels Oct 5, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request RDGR Issues relating to the RGDR module
Projects
None yet
Development

No branches or pull requests

1 participant