Description Usage Arguments Value Examples
Initialise the cluster membership matrix for the Expectation-Maximisation algorithm for fitting a mixture of Gaussians.
| 1 | initialise.memberships(x, groups, method = c("kmeans", "hclust"))
 | 
| x | A data frame containing continuous data. | 
| groups | The number of groups. | 
| method | The method to give initial clustering. | 
A groups x nrow(x) matrix of 0/1 entries denoting cluster
membership.
| 1 2 | 
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.