Learn R Programming

⚠️There's a newer version (1.1.6) of this package.Take me there.

genieclust (version 0.9.4)

The Genie++ Hierarchical Clustering Algorithm with Noise Points Detection

Description

A retake on the Genie algorithm - a robust hierarchical clustering method (Gagolewski, Bartoszuk, Cena, 2016 ). Now faster and more memory efficient; determining the whole hierarchy for datasets of 10M points in low dimensional Euclidean spaces or 100K points in high-dimensional ones takes only 1-2 minutes. Allows clustering with respect to mutual reachability distances so that it can act as a noise point detector or a robustified version of 'HDBSCAN*' (that is able to detect a predefined number of clusters and hence it does not dependent on the somewhat fragile 'eps' parameter). The package also features an implementation of economic inequity indices (the Gini, Bonferroni index) and external cluster validity measures (partition similarity scores; e.g., the adjusted Rand, Fowlkes-Mallows, adjusted mutual information, pair sets index). See also the 'Python' version of 'genieclust' available on 'PyPI', which supports sparse data, more metrics, and even larger datasets.

Copy Link

Version

Install

install.packages('genieclust')

Monthly Downloads

617

Version

0.9.4

License

AGPL-3

Maintainer

Marek Gagolewski

Last Published

August 1st, 2020

Functions in genieclust (0.9.4)

emst_mlpack

Euclidean Minimum Spanning Tree
gclust

The Genie++ Hierarchical Clustering Algorithm
genieclust-package

The Genie++ Hierarchical Clustering Algorithm (with Extras)
gini_index

Inequity (Inequality) Measures
mst

Minimum Spanning Tree of the Pairwise Distance Graph
adjusted_rand_score

Pairwise Partition Similarity Scores