Package: genie 1.0.7
genie: Fast, Robust, and Outlier Resistant Hierarchical Clustering
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 <doi:10.1016/j.ins.2016.05.003>). For a faster and more feature-rich implementation, see the 'genieclust' package (Gagolewski, 2021 <doi:10.1016/j.softx.2021.100722>).
Authors:
genie_1.0.7.tar.gz
genie_1.0.7.tar.gz(r-4.7-arm64)genie_1.0.7.tar.gz(r-4.7-x86_64)genie_1.0.7.tar.gz(r-4.6-arm64)genie_1.0.7.tar.gz(r-4.6-x86_64)
genie_1.0.7.tgz(r-4.6-emscripten)
manual.pdf |manual.html✨
card.svg |card.png
genie/json (API)
NEWS
| # Install 'genie' in R: |
| install.packages('genie', repos = c('https://cran.r-universe.dev', 'https://cloud.r-project.org')) |
Bug tracker:https://github.com/gagolews/genie/issues
Last updated from:84ba3bbcc1. Checks:6 OK. Indexed: no.
| Target | Result | Time | Files | Syslog |
|---|---|---|---|---|
| linux-devel-arm64 | OK | 150 | ||
| linux-devel-x86_64 | OK | 106 | ||
| source / vignettes | OK | 205 | ||
| linux-release-arm64 | OK | 126 | ||
| linux-release-x86_64 | OK | 114 | ||
| wasm-release | OK | 109 |
Exports:hclust2
Dependencies:deadwoodgenieclustquitefastmstRcpp
Readme and manuals
Help Manual
| Help page | Topics |
|---|---|
| The Genie Package | genie-package genie |
| Fast Hierarchical Clustering in Spaces Equipped With a Dissimilarity Measure | hclust2 |
