get_connection_model_mclust_object | R Documentation |
mclust::Mclust
clustering for multivariate GMMPerform mclust::Mclust
clustering for multivariate GMM
get_connection_model_mclust_object(
sessions,
k,
mclust_tol = 1e-08,
mclust_itmax = 10000,
log = FALSE,
start = getOption("evprof.start.hour")
)
sessions |
tibble, sessions data set in evprof |
k |
number of clusters |
mclust_tol |
tolerance parameter for clustering |
mclust_itmax |
maximum number of iterations |
log |
logical, whether to transform |
start |
integer, start hour in the x axis of the plot. |
mclust object
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.