ml
ml copied to clipboard
DBSCAN is commonly used. Hope to add it ~
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 ~ https://github.com/mljs/dbscan/pull/1
logarithmic regression is not Found. it has been implemented?