Become an expert in R — Interactive courses, Cheat Sheets, certificates and more!
Get Started for Free

em-class

Expectation-Maximization model


Description

This class contains the model obtained by the EM method.

Slots

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.

See Also


fdm2id

Data Mining and R Programming for Beginners

v0.9.5
GPL-3
Authors
Alexandre Blansché [aut, cre]
Initial release

We don't support your browser anymore

Please choose more modern alternatives, such as Google Chrome or Mozilla Firefox.