snoweye / EMCluster

EM Algorithm for Model-Based Clustering of Finite Mixture Gaussian Distribution
Mozilla Public License 2.0
17 stars 0 forks source link

EMCluster

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

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

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