EM | R Documentation |
EM algorithm with identity covariance matrix for all groups
EM(X, num_clusters, tol = 1e-10)
X |
data matrix of dimension n x p |
num_clusters |
number of clusters |
tol |
tolerance for convergence |
a list: mu_hat - the estimated cluster centroids and soft_label - the estimated cluster membership
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.