| .gm_clust_fit_mclust | R Documentation |
This wrapper prepares the data into a distance matrix to send to
mclust::Mclust and retains the parameters num_clusters as an
attribute.
.gm_clust_fit_mclust(
x,
num_clusters = NULL,
circular = NULL,
zero_covariance = NULL,
shared_orientation = NULL,
shared_shape = NULL,
shared_size = NULL,
...
)
x |
matrix or data frame. |
num_clusters |
Number of clusters. |
circular |
Whether or not to fit circular MVG distributions for each cluster. |
zero_covariance |
Whether or not to assign covariances of 0 for each MVG. |
shared_orientation |
Whether each cluster MVG should have the same orientation. |
shared_shape |
Whether each cluster MVG should have the same shape. |
shared_size |
Whether each cluster MVG should have the same size/volume. |
mclust object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.