go-dbscan icon indicating copy to clipboard operation
go-dbscan copied to clipboard

Output number of points is greater than it was in the given data

Open 866 opened this issue 8 years ago • 2 comments

Hi guys. Thank you for the package. I've discovered a bug that can be reproduced with the test I've written here TestNumberOfPoints function Occasionally it fails and you if you define the proper seed it will fail every time you run the test.

I believe I already solved the issue and changed the algorithm in different places(please take a look at my fork if you are interested). I need to test it more and if you are satisfied by the general structure of my solution I'll send pull request.

866 avatar Mar 01 '17 12:03 866

@866 Your fork is great! Spent several hours trying to debug the original code until I finally saw your Issue and tried it and it worked great for me. Thanks!

acharyab15 avatar Jul 18 '19 23:07 acharyab15

Where is the fork?

mfreeman451 avatar Sep 18 '21 02:09 mfreeman451