-
Notifications
You must be signed in to change notification settings - Fork 12
Expand file tree
/
Copy pathDESCRIPTION
More file actions
45 lines (45 loc) · 1.79 KB
/
DESCRIPTION
File metadata and controls
45 lines (45 loc) · 1.79 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
41
42
43
44
45
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 = "[email protected]",
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 <DOI:10.1016/j.ins.2016.05.003>).
'genieclust' is its faster, more capable implementation
(Gagolewski, 2021 <DOI:10.1016/j.softx.2021.100722>). 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
RoxygenNote: 7.3.3