EMCluster-package {EMCluster} | R Documentation |
EMCluster provides 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 clustering.
Package: | EMCluster |
Type: | Package |
License: | GPL |
LazyLoad: | yes |
The install command is simply as
> R CMD INSTALL EMCluster_0.2-0.tar.gz
from a command mode or
R> install.packages("EMCluster")
inside an R session.
Wei-Chen Chen wccsnow@gmail.com and Ranjan Maitra.
https://www.stat.iastate.edu/people/ranjan-maitra
## Not run:
demo(allinit, 'EMCluster', ask = F, echo = F)
demo(allinit_ss, 'EMCluster', ask = F, echo = F)
## End(Not run)