EMCluster-package | 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.
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
init.EM
, emcluster
.
## Not run:
demo(allinit, 'EMCluster', ask = F, echo = F)
demo(allinit_ss, 'EMCluster', ask = F, echo = F)
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.