| gmmsslmFit-class {gmmsslm} | R Documentation |
gmmsslmFit Class
Description
gmmsslmFit objects store the results of fitting Gaussian mixture models using the gmmsslm function.
An S4 class representing the result of fitting a Gaussian mixture model using gmmsslm()
Slots
objectiveA numeric value representing the objective likelihood.
ncovA numeric value representing the number of covariance matrices.
convergenceA numeric value representing the convergence value.
iterationAn integer value representing the number of iterations.
obsA matrix containing the input data.
mA logical vector representing label indicators.
nAn integer value representing the number of observations.
pAn integer value representing the number of variables.
gAn integer value representing the number of Gaussian components.
typeA character value representing the type of Gaussian mixture model.
piA numeric vector representing the mixing proportions.
muA matrix representing the location parameters.
sigmaAn array representing the covariance matrix or list of covariance matrices.
xiA numeric value representing the coefficient for a logistic function of the Shannon entropy.
See Also
gmmsslm