Description Usage Arguments Value
IMplements EM algorithm for clustering data based on multivariate normal distributions
1 | em_clust(dat, k)
|
dat |
dataframe to perform clustering on |
k |
number of clusters |
A list object with the p, probabilities of the ith datapoint belonging to the jth group, mu, a dataframe of the centers of the k multivariate normal sources, and sigma, the covariance matrices of each of the mvn sources
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.