Learn R Programming

genie (version 1.0.6)

Fast, Robust, and Outlier Resistant Hierarchical Clustering

Description

Includes the basic implementation of Genie - a hierarchical clustering algorithm that 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 an even faster and more feature-rich implementation, including, amongst others, see the 'genieclust' package (Gagolewski, 2021 ).

Copy Link

Version

Install

install.packages('genie')

Monthly Downloads

509

Version

1.0.6

License

GPL (>= 3)

Issues

Pull Requests

Stars

Forks

Maintainer

Marek Gagolewski

Last Published

December 1st, 2025

Functions in genie (1.0.6)

genie-package

The Genie Package
hclust2

Fast Hierarchical Clustering in Spaces Equipped With a Dissimilarity Measure