-
Notifications
You must be signed in to change notification settings - Fork 1
/
DESCRIPTION
35 lines (35 loc) · 1.15 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
35
Package: CEC
Type: Package
Title: Cross-Entropy Clustering
Version: 0.11.2
Date: 2024-10-10
Authors@R: c(
person("Kamieniecki", "Konrad", email = "[email protected]",
role = c("aut")),
person("Spurek", "Przemyslaw", email = "[email protected]",
role = c("ctb")),
person("Simon", "Garnier", email = "[email protected]", role = c("cre", "ctb"),
comment = c(ORCID = "0000-0002-3886-3974"))
)
Maintainer: Simon Garnier <[email protected]>
Description: Splits data into Gaussian type clusters using the Cross-Entropy
Clustering ('CEC') method. This method allows for the simultaneous use of
various types of Gaussian mixture models, for performing the reduction of
unnecessary clusters, and for discovering new clusters by splitting them.
'CEC' is based on the work of Spurek, P. and Tabor, J. (2014)
<doi:10.1016/j.patcog.2014.03.006>.
ByteCompile: true
URL: https://github.com/swarm-lab/cec,
https://swarm-lab.github.io/cec/
Encoding: UTF-8
LazyData: true
Imports:
graphics,
methods,
stats,
utils
NeedsCompilation: yes
License: GPL-3
RoxygenNote: 7.3.2
Suggests:
covr