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

Add HDBSCAN #783

Merged
merged 3 commits into from
Nov 21, 2022
Merged

Add HDBSCAN #783

merged 3 commits into from
Nov 21, 2022

Conversation

aprokop
Copy link
Contributor

@aprokop aprokop commented Nov 11, 2022

Contains first two parts, but does not contain flat clustering right now.

@aprokop aprokop added enhancement New feature or request clustering Anything to do with clustering algorithms labels Nov 11, 2022
benchmarks/dbscan/dbscan.cpp Outdated Show resolved Hide resolved
src/ArborX_HDBSCAN.hpp Outdated Show resolved Hide resolved
src/ArborX_HDBSCAN.hpp Show resolved Hide resolved
Comment on lines +33 to +34
Kokkos::Profiling::ProfilingSection profile_mst("ArborX::HDBSCAN::mst");
profile_mst.start();
Copy link
Contributor

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Why are the regions "ArborX::HDBSCAN" with the nested "ArborX::MST::MST" and "ArborX::Dendrogram::Dendrogram" not sufficient?

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

These are profiling sections that we'll use to print out the timers. When using Kokkos tooling like space-time-stack, those would have been sufficient.

src/ArborX_HDBSCAN.hpp Outdated Show resolved Hide resolved
Copy link
Contributor

@dalg24 dalg24 left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

We will try to refactor to replace profiling sections in a follow up

@aprokop aprokop merged commit deeaf20 into arborx:master Nov 21, 2022
@aprokop aprokop deleted the hdbscan_cleanup branch November 21, 2022 21:26
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
clustering Anything to do with clustering algorithms enhancement New feature or request
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants