viceroypenguin / DBSCAN

Implementation of the DBSCAN clustering algorithm
MIT License
29 stars 7 forks source link

Support arbitrary (non-2D) points #28

Open mikethea1 opened 9 months ago

mikethea1 commented 9 months ago

Given that you already support providing a custom ISpatialIndex<T>, it would be great to support arbitrary point types with any number of dimensions and arbitrary distance calculations. Is that something you've considered?

noahstinson-trimble commented 1 month ago

This would be useful. Has this been considered yet?