| gm_clust_params | R Documentation |
Logical flags controlling the covariance structure of cluster Gaussians
fit by tidyclust::gm_clust() with the mclust engine. See
gm_clust() for descriptions.
circular(values = c(TRUE, FALSE))
zero_covariance(values = c(TRUE, FALSE))
shared_orientation(values = c(TRUE, FALSE))
shared_shape(values = c(TRUE, FALSE))
shared_size(values = c(TRUE, FALSE))
values |
A vector of possible values ( |
A dials parameter object for use with tune::tune_grid() and
related functions.
circular()
zero_covariance()
shared_orientation()
shared_shape()
shared_size()
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.