-
Notifications
You must be signed in to change notification settings - Fork 0
/
DESCRIPTION
27 lines (27 loc) · 1.18 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
Package: EMCluster
Version: 0.2-16
Date: 2024-09-03
Title: EM Algorithm for Model-Based Clustering of Finite Mixture
Gaussian Distribution
Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
person("Ranjan", "Maitra", role = "aut", email = "[email protected]"),
person("Volodymyr", "Melnykov", role = "ctb"),
person("Dan", "Nettleton", role = "ctb"),
person("David", "Faden", role = "ctb"),
person("Rouben", "Rostamian", role = "ctb"),
person("R Core team", role = "ctb", comment = "some functions are
modified from the R source code"))
Depends: R (>= 4.0.0), MASS, Matrix, methods
Enhances: RColorBrewer
LazyLoad: yes
LazyData: yes
Description: EM algorithms and several efficient
initialization methods for model-based clustering of finite
mixture Gaussian distribution with unstructured dispersion
in both of unsupervised and semi-supervised learning.
License: Mozilla Public License 2.0
BugReports: https://github.com/snoweye/EMCluster/issues
URL: https://github.com/snoweye/EMCluster
NeedsCompilation: yes
Maintainer: Wei-Chen Chen <[email protected]>