Learn R Programming

genie (version 1.0.7)

Fast, Robust, and Outlier Resistant Hierarchical Clustering

Description

Implements a basic version of the hierarchical clustering algorithm 'Genie' which links two point groups in such a way that an inequity measure (namely, the Gini index) of the cluster sizes does not significantly increase above a given threshold. This method most often outperforms many other data segmentation approaches in terms of clustering quality as tested on a wide range of benchmark datasets. At the same time, Genie retains the high speed of the single linkage approach, therefore it is also suitable for analysing larger data sets. For more details see (Gagolewski et al. 2016 ). For a faster and more feature-rich implementation, see the 'genieclust' package (Gagolewski, 2021 ).

Copy Link

Version

Install

install.packages('genie')

Monthly Downloads

496

Version

1.0.7

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Marek Gagolewski

Last Published

March 2nd, 2026

Functions in genie (1.0.7)

hclust2

Fast Hierarchical Clustering in Spaces Equipped With a Dissimilarity Measure
genie-package

The Genie Package