AtheMathmo / rusty-machine

Machine Learning library for Rust
https://crates.io/crates/rusty-machine/
MIT License
1.25k stars 152 forks source link

DBSCAN: prevent recursion overflow and improve performance on large datasets #206

Open sjeohp-zz opened 5 years ago

sjeohp-zz commented 5 years ago

Prevent recursion stack overflow and make fewer allocations on large dbscan clusters.

AtheMathmo commented 4 years ago

I'd like to merge this after the conflict I've introduced is resolved.