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

[clustering] DBScan clustering algorithm #563

Closed
joeyklee opened this issue Sep 9, 2019 · 1 comment
Closed

[clustering] DBScan clustering algorithm #563

joeyklee opened this issue Sep 9, 2019 · 1 comment

Comments

@joeyklee
Copy link
Contributor

joeyklee commented Sep 9, 2019

β†’ Description πŸ“

I am submitting am issue about...

  • have an idea for a new feature πŸ†•

Related to: #563

One idea for a clustering algorithm addition to kMeans could be an implementation of Dbscan. What is neat about the Dbscan algorithm is that it does not require an input number of clusters versus the way that kMeans works.

Turfjs has a nice implementation of this :)

β†’ Screenshots πŸ–Ό

Here are some helpful screenshots to illustrate the issue...

Screen Shot 2019-09-09 at 10 35 35

via wikipedia

β†’ Helpful Information πŸ¦„

Here's some helpful information about my setup...

n/a

@joeyklee
Copy link
Contributor Author

A PR is open for this in #1036

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

No branches or pull requests

3 participants