-
Notifications
You must be signed in to change notification settings - Fork 4
/
DESCRIPTION
34 lines (34 loc) · 1.56 KB
/
DESCRIPTION
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
Package: aricode
Type: Package
Title: Efficient Computations of Standard Clustering Comparison Measures
Version: 1.0.3
Authors@R: c(
person("Julien", "Chiquet", role = c("aut", "cre"), email = "[email protected]",
comment = c(ORCID = "0000-0002-3629-3429")),
person("Guillem", "Rigaill", role = "aut", email = "[email protected]"),
person("Martina", "Sundqvist", role = "aut", email = "[email protected]"),
person("Valentin", "Dervieux", role = "ctb", email = "[email protected]"),
person("Florent", "Bersani", role = "ctb", email = "[email protected]")
)
Maintainer: Julien Chiquet <[email protected]>
Description: Implements an efficient O(n) algorithm based on bucket-sorting for
fast computation of standard clustering comparison measures. Available measures
include adjusted Rand index (ARI), normalized information distance (NID),
normalized mutual information (NMI), adjusted mutual information (AMI),
normalized variation information (NVI) and entropy, as described in Vinh et al (2009)
<doi:10.1145/1553374.1553511>. Include AMI (Adjusted Mutual Information) since version 0.1.2,
a modified version of ARI (MARI), as described in Sundqvist et al. <doi:10.1007/s00180-022-01230-7>
and simple Chi-square distance since version 1.0.0.
License: GPL (>=3)
URL: https://github.com/jchiquet/aricode
BugReports: https://github.com/jchiquet/aricode/issues
Encoding: UTF-8
Imports:
Matrix,
Rcpp
Suggests:
testthat,
spelling
LinkingTo: Rcpp
RoxygenNote: 7.2.3
Language: en-US