lazear / dbscan

Dependency free implementation of DBSCAN clustering in Rust
MIT License
9 stars 5 forks source link

Use specified distance function #2

Closed erooke closed 1 year ago

erooke commented 1 year ago

As currently written this crate ignore the user specified distance function and always uses euclidean distance.

lazear commented 1 year ago

LGTM! Thanks for the PR