15_GMC
15_GMC
Gaussian Mixture ■ In all the cluster analysis methods we have discussed so far, each
data object can be assigned to only one of a number of clusters.
Clustering
■ This cluster assignment rule is required in some applications such
as assigning customers to marketing managers.
■ However, in other applications, this rigid requirement may not be
desirable.
5 6
9 10
The GaussianMixture comes with ■ Speed: It is the fastest algorithm for learning mixture models
different options to constrain the
covariance of the difference ■ Agnostic: As this algorithm maximizes only the likelihood, it will not
classes estimated: spherical, bias the means towards zero, or bias the cluster sizes to have
diagonal, tied or full covariance. specific structures that might or might not apply.
11 12
Gaussian Mixture Models: Disadvantages Selecting the number of components in a
classical Gaussian Mixture Model
13 14
15 16