em-class | R Documentation |
This class contains the model obtained by the EM method.
modelName
A character string indicating the model. The help file for mclustModelNames
describes the available models.
prior
Specification of a conjugate prior on the means and variances.
n
The number of observations in the dataset.
d
The number of variables in the dataset.
G
The number of components of the mixture.
z
A matrix whose [i,k]
th entry is the conditional probability of the ith observation belonging to the kth component of the mixture.
parameters
A names list giving the parameters of the model.
control
A list of control parameters for EM.
loglik
The log likelihood for the data in the mixture model.
cluster
A vector of integers (from 1:k
) indicating the cluster to which each point is allocated.
EM
, mclustModelNames
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.