Skip to content

genieclust_0.9.1

Compare
Choose a tag to compare
@gagolews gagolews released this 18 Jul 11:53
· 239 commits to master since this release

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 with mlpack, 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
    by nmslib was added.