Skip to content
This repository has been archived by the owner on Jul 16, 2021. It is now read-only.

DBSCAN: prevent recursion overflow and improve performance on large datasets #206

Open
wants to merge 2 commits into
base: master
Choose a base branch
from

Conversation

sjeohp-zz
Copy link

Prevent recursion stack overflow and make fewer allocations on large
dbscan clusters.

Prevent recursion stack overflow and make fewer allocations on large
dbscan clusters.
Use KdTree instead of brute-force search and dedup neighbours each
iteration.
@sjeohp-zz sjeohp-zz changed the title Replace recursive dbscan with iterative DBSCAN: prevent recursion overflow and improve performance on large datasets May 30, 2019
@AtheMathmo
Copy link
Owner

I'd like to merge this after the conflict I've introduced is resolved.

Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants