|
1 | 1 | Package: pmclust
|
2 | 2 | Version: 0.1-7
|
3 |
| -Date: 2014-05-24 |
4 |
| -Title: Parallel Model-Based Clustering |
| 3 | +Date: 2016-06-07 |
| 4 | +Title: Parallel Model-Based Clustering using |
| 5 | + Expectation-Gathering-Maximization Algorithm for Finite Mixture |
| 6 | + Gaussian Model |
5 | 7 | Authors@R: c(person("Wei-Chen", "Chen", role = c("aut", "cre"), email =
|
6 | 8 | " [email protected]"), person("George", "Ostrouchov", role = "aut"))
|
7 |
| -Depends: R (>= 3.0.0), methods, rlecuyer, pbdMPI (>= 0.2-3), MASS, |
8 |
| - pbdSLAP (>= 0.1-9), pbdBASE (>= 0.3-0), pbdDMAT (>= 0.3-0) |
| 9 | +Depends: R (>= 3.0.0), pbdMPI (>= 0.3-1), pbdBASE (>= 0.4-3), pbdDMAT |
| 10 | + (>= 0.4-0) |
| 11 | +Imports: methods, MASS |
9 | 12 | Enhances: MixSim
|
10 | 13 | LazyLoad: yes
|
11 | 14 | LazyData: yes
|
12 |
| -Description: The pmclust aims to utilize model-based clustering (unsupervised) |
| 15 | +Description: Aims to utilize model-based clustering (unsupervised) |
13 | 16 | for high dimensional and ultra large data, especially in a distributed
|
14 |
| - manner. The package employs Rmpi to perform a |
15 |
| - expectation-gathering-maximization (EGM) algorithm |
| 17 | + manner. The code employs pbdMPI to perform a |
| 18 | + expectation-gathering-maximization algorithm |
16 | 19 | for finite mixture Gaussian
|
17 |
| - models. The unstructured dispersion matrices are assumed in the Gaussian |
18 |
| - models. The implementation is default in the single program multiple |
19 |
| - data (SPMD) programming model. The code can be executed through Rmpi and |
20 |
| - independent to most MPI applications. See the High Performance |
21 |
| - Statistical Computing (HPSC) website for more information, documents |
| 20 | + models. The unstructured dispersion matrices are assumed in the |
| 21 | + Gaussian models. The implementation is default in the single program |
| 22 | + multiple data programming model. The code can be executed |
| 23 | + through pbdMPI and independent to most MPI applications. |
| 24 | + See the High Performance |
| 25 | + Statistical Computing website for more information, documents |
22 | 26 | and examples.
|
23 | 27 | License: GPL (>= 2)
|
24 | 28 | URL: http://r-pbd.org/
|
25 | 29 | BugReports: http://group.r-pbd.org/
|
26 | 30 | MailingList: Please send questions and comments regarding pbdR to
|
27 | 31 |
|
28 |
| -Packaged: 2015-09-17 18:39:55 UTC; snoweye |
| 32 | +NeedsCompilation: yes |
| 33 | +Packaged: 2016-01-24 20:10:34 UTC; snoweye |
29 | 34 | Author: Wei-Chen Chen [aut, cre],
|
30 | 35 | George Ostrouchov [aut]
|
31 | 36 | Maintainer: Wei-Chen Chen < [email protected]>
|
32 |
| -NeedsCompilation: yes |
|
0 commit comments