-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
38 lines (38 loc) · 895 Bytes
/
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
35
36
37
38
Package: CVI
Type: Package
Title: Cluster Validity Indices
Version: 0.1
Date: 2021-08-19
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 = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-6088-8273")),
person("Anna", "Cena", role = "aut",
email = "[email protected]",
comment = c(ORCID = "0000-0001-8697-5383"))
)
Description: Code accompanying the paper
Are Cluster Validity Measures (In)valid?.
License: AGPL-3
Depends:
pso,
DEoptim,
FNN,
picante,
genieclust
Imports:
Rcpp (>= 1.0.4)
Suggests:
datasets,
testthat,
microbenchmark,
clusterCrit,
clusterSim
LinkingTo: Rcpp
Encoding: UTF-8
SystemRequirements: OpenMP, C++11
RoxygenNote: 7.1.1