0.0.1-alpha.1 • Published 2 years ago

hdbscan v0.0.1-alpha.1

Weekly downloads
-
License
GPL-3.0-or-later
Repository
github
Last release
2 years ago

Hdbscan implementation in JavaScript. This is Work In Progress and currently only implements specific case of dense input using kd-tree and prim. Implementation follows python implementation of scikit-learn-contrib/hdbscan. You can read more about Hdbscan at How HDBSCAN Works.