This function perform EM algorithm for model-based clustering of finite
mixture multivariate Gaussian distribution.The general purpose of clustering
is to detect clusters of data and to assign the data to the clusters.
Usage
EMCluster(data = NULL, ...)
Arguments
data
A Data set
…
k: The number of Clusters
Value
A list of cluster labels and a returned object from init.EM