initial_hier | R Documentation |
Carry out hierarchical clustering on the raw data. Use the outcome as the initial value for EM algorithm. For complete example please check out the documentation for function robustEM.
initial_hier(sampleMat, cluster)
sampleMat |
A matrix with number of rows equal to the number of points and the number of columns equal to the dimension. |
cluster |
Prespecified number of clusters |
A list with:
initial means (matrix with dimension c*d)
initial covariance (a list with c matrices of dimension d*d)
initial proportion of clusters tau (a vector with c elements)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.