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

The implementation of RNG-HDBSCAN* is working? #1

Open
olivatooo opened this issue Feb 21, 2020 · 1 comment
Open

The implementation of RNG-HDBSCAN* is working? #1

olivatooo opened this issue Feb 21, 2020 · 1 comment
Labels
enhancement New feature or request

Comments

@olivatooo
Copy link

When I search for usages of the class RNGHDBSCANStar, I only find the definition, is this class used in another place? There are examples of the usage besides de class doc?

image

@antoniocavalcante
Copy link
Owner

This class should be the equivalent of the HDBSCANStar class. The thing is that these class do computations that are common to HDBSCANStar and RNGHDBSCANStar, so I only use the original one (HDBSCANStar). This is part of the code that should have been cleaned up and it hasn't so far. I'll mark this as an issue. Thanks for noticing that.

@antoniocavalcante antoniocavalcante added the enhancement New feature or request label Feb 21, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

2 participants