-
Notifications
You must be signed in to change notification settings - Fork 209
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
Comments
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 ? |
yes,it is my honor. @lpatiny |
https://github.com/uhho/density-clustering/blob/master/lib/DBSCAN.js Many people have implemented DBSCAN in github. May be it is useful. |
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. |
I have implement dbscan ~ mljs/dbscan#1 |
logarithmic regression is not Found. it has been implemented? |
No description provided.
The text was updated successfully, but these errors were encountered: