get_connection_model_mclust_object {evprof}R Documentation

Perform mclust::Mclust clustering for multivariate GMM

Description

Perform mclust::Mclust clustering for multivariate GMM

Usage

get_connection_model_mclust_object(
  sessions,
  k,
  mclust_tol = 1e-08,
  mclust_itmax = 10000,
  log = FALSE,
  start = getOption("evprof.start.hour")
)

Arguments

sessions

tibble, sessions data set in evprof standard format.

k

number of clusters

mclust_tol

tolerance parameter for clustering

mclust_itmax

maximum number of iterations

log

logical, whether to transform ConnectionStartDateTime and ConnectionHours variables to natural logarithmic scale (base = exp(1)).

start

integer, start hour in the x axis of the plot.

Value

mclust object


[Package evprof version 1.1.2 Index]