gmmunpak

Purpose

Separates a vector of Gaussian mixture model parameters into its components.

Synopsis

mix = gmmunpak(mix, p)

Description

mix = gmmunpak(mix, p) takes a GMM data structure mix and a single row vector of parameters p and returns a mixture data structure identical to the input mix, except that the mixing coefficients priors, centres centres and covariances covars (and, for PPCA, the lambdas and U (PCA sub-spaces)) are all set to the corresponding elements of p.

See Also

gmm, gmmpak
Pages: Index

Copyright (c) Ian T Nabney (1996-9)