Package: genieclust Type: Package Title: Genie: Fast and Robust Hierarchical Clustering Version: 1.3.0.9001 Date: 2026-04-05 Authors@R: c( person("Marek", "Gagolewski", role = c("aut", "cre", "cph"), email = "marek@gagolewski.com", comment = c(ORCID = "0000-0003-0637-6028")), person("Maciej", "Bartoszuk", role = c("ctb")), person("Anna", "Cena", role = c("ctb")), person("Peter M.", "Larsen", role = c("ctb")) ) Description: Genie is a robust hierarchical clustering algorithm (Gagolewski, Bartoszuk, Cena, 2016 ). 'genieclust' is its faster, more capable implementation (Gagolewski, 2021 ). It enables clustering with respect to mutual reachability distances, allowing it to act as an alternative to 'HDBSCAN*' that can identify any number of clusters or their entire hierarchy. When combined with the 'deadwood' package, it can act as an outlier detector. Additional package features include the Gini and Bonferroni inequality indices, external cluster validity measures (e.g., the normalised clustering accuracy, the adjusted Rand index, the Fowlkes-Mallows index, and normalised mutual information), and internal cluster validity indices (e.g., the Calinski-Harabasz, Davies-Bouldin, Ball-Hall, Silhouette, and generalised Dunn indices). The 'Python' version of 'genieclust' is available via 'PyPI'. BugReports: https://github.com/gagolews/genieclust/issues URL: https://genieclust.gagolewski.com/, https://clustering-benchmarks.gagolewski.com/, https://github.com/gagolews/genieclust License: AGPL-3 Imports: Rcpp, stats, utils, deadwood Suggests: datasets, LinkingTo: Rcpp Encoding: UTF-8 SystemRequirements: OpenMP Config/roxygen2/version: 8.0.0 Repository: https://gagolews.r-universe.dev Date/Publication: 2026-06-18 08:54:58 UTC RemoteUrl: https://github.com/gagolews/genieclust RemoteRef: HEAD RemoteSha: 87ae15ad2dc68c4e36a97870ef705991af3193eb NeedsCompilation: yes Packaged: 2026-06-24 03:57:34 UTC; root Author: Marek Gagolewski [aut, cre, cph] (ORCID: ), Maciej Bartoszuk [ctb], Anna Cena [ctb], Peter M. Larsen [ctb] Maintainer: Marek Gagolewski