| mclust_helper | R Documentation |
This function returns the mclust model name based on the specified TRUE/FALSE model arguments.
mclust_helper(
circular,
zero_covariance,
shared_orientation,
shared_shape,
shared_size
)
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. |
string containing mclust model name
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.