All tidying methods return a data.frame without rownames, whose
structure depends on the method chosen.
tidy
returns one row per component, with
componentA factor describing the cluster from 1:k
(or 0:k in presence of a noise term in x)
sizeThe size of each component
proportionThe mixing proportion of each component
varianceIn case of one-dimensional and spherical models,
the variance for each component, omitted otherwise. NA for noise component
meanThe mean for each component. In case of two- or more dimensional models,
a column with the mean is added for each dimension. NA for noise component
augment returns the original data with two extra columns:
.classThe class assigned by the Mclust algorithm
.uncertaintyThe uncertainty associated with the classification
glance returns a one-row data.frame with the columns
modelA character string denoting the model at which the optimal BIC occurs
nThe number of observations in the data
GThe optimal number of mixture components
BICThe optimal BIC value
logLikThe log-likelihood corresponding to the optimal BIC
dfThe number of estimated parameters
hypvolThe hypervolume parameter for the noise component if required,
otherwise set to NA