ml icon indicating copy to clipboard operation
ml copied to clipboard

DBSCAN is commonly used. Hope to add it ~

Open DoubleCorner opened this issue 3 years ago • 6 comments

DoubleCorner avatar Oct 10 '22 04:10 DoubleCorner

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 ?

lpatiny avatar Oct 10 '22 06:10 lpatiny

yes,it is my honor. @lpatiny

DoubleCorner avatar Oct 11 '22 11:10 DoubleCorner

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

DoubleCorner avatar Oct 11 '22 11:10 DoubleCorner

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.

lpatiny avatar Oct 11 '22 20:10 lpatiny

I have implement dbscan ~ https://github.com/mljs/dbscan/pull/1

DoubleCorner avatar Oct 13 '22 09:10 DoubleCorner

logarithmic regression is not Found. it has been implemented?

DoubleCorner avatar Oct 13 '22 11:10 DoubleCorner