https://github.com/cran/EMCluster
Raw File
Tip revision: 402bcb69315fa9c0ebffd3364b648523abf2b772 authored by Wei-Chen Chen on 05 September 2023, 10:00:02 UTC
version 0.2-15
Tip revision: 402bcb6
README.md
# EMCluster

* **License:** [![License](https://img.shields.io/badge/license-GPL%20v2-orange.svg?style=flat)](https://www.gnu.org/licenses/gpl-2.0.en.html)
* **Download:** [![Download](https://cranlogs.r-pkg.org/badges/EMCluster)](https://cran.r-project.org/package=EMCluster)
* **Author:** Wei-Chen Chen and Ranjan Maitra 


EMCluster is an R package providing 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.



## Installation

EMCluster requires
* R version 3.0.0 or higher.
* R package MASS, Matrix.

The package can be installed from the CRAN via the usual
`install.packages("EMCluster")`, or via the devtools package:

```r
library(devtools)
install_github("snoweye/EMCluster")
```

back to top