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

DBSCAN is commonly used. Hope to add it ~ #180

Open
DoubleCorner opened this issue Oct 10, 2022 · 6 comments
Open

DBSCAN is commonly used. Hope to add it ~ #180

DoubleCorner opened this issue Oct 10, 2022 · 6 comments

Comments

@DoubleCorner
Copy link
Member

No description provided.

@DoubleCorner DoubleCorner changed the title Dbscan is commonly used. Why does it not exist DBSCAN is commonly used. Why does it not exist Oct 10, 2022
@DoubleCorner DoubleCorner changed the title DBSCAN is commonly used. Why does it not exist DBSCAN is commonly used. Hope to add it ~ Oct 10, 2022
@lpatiny
Copy link
Member

lpatiny commented Oct 10, 2022

Thanks for your idea. We could create a project in mljs organization with our setup to implement the algorithm. Once published we can add it in this project.

@DoubleCorner Would you like to implement this algorithm and the corresponding test cases ?

@DoubleCorner
Copy link
Member Author

DoubleCorner commented Oct 11, 2022

yes,it is my honor. @lpatiny

@DoubleCorner
Copy link
Member Author

DoubleCorner commented Oct 11, 2022

https://github.com/uhho/density-clustering/blob/master/lib/DBSCAN.js Many people have implemented DBSCAN in github. May be it is useful.

@lpatiny
Copy link
Member

lpatiny commented Oct 11, 2022

We just setup the project and if you are interested you may create a PR on https://github.com/mljs/dbscan.

If there are some reference implementation in R or Mathlab it is always interesting to check that the results are the same.

@DoubleCorner
Copy link
Member Author

DoubleCorner commented Oct 13, 2022

I have implement dbscan ~ mljs/dbscan#1

@DoubleCorner
Copy link
Member Author

DoubleCorner commented Oct 13, 2022

logarithmic regression is not Found. it has been implemented?

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

No branches or pull requests

2 participants