-
Notifications
You must be signed in to change notification settings - Fork 534
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
DBSCAN utilize rbc eps_neighbors #5728
DBSCAN utilize rbc eps_neighbors #5728
Conversation
rerun tests |
…utilize max_k in case permitted by memory constraints
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Malte for the PR! Looks great, I have just a few small suggestions for changes.
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Thanks Malte for the update, LGTM.
@tfeher , thanks for reviewing. I just added a small correction and re-triggered the CI. |
/test |
rerun tests |
/merge |
This PR enables rbc eps-neighbor computation via raft. The resulting adjacency matrix is sparse and allows to skip the implicit conversion.
Notes:
CC @tfeher