genieclust_0.9.1
genieclust 0.9.1 (2020-07-18)
-
[GENERAL] The package has been completely rewritten.
The core functionality is now implemented in C++ (with OpenMP). -
[GENERAL] Clustering with respect to HDBSCAN*-like
mutual reachability distances is supported. -
[GENERAL] The parallelised Jarnik-Prim algorithm now supports on-the-fly
distance computations. Euclidean minimum spanning tree can be
determined withmlpack
, which is much faster in low-dimensional spaces. -
[R] R version is now available.
-
[PYTHON] [EXPERIMENTAL] The GIc algorithm proposed by Anna Cena
in her 2018 PhD thesis was added. -
[PYTHON] Approximate version based on nearest neighbour graphs produced
bynmslib
was added.