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 are all set to the corresponding elements of p.

See Also

gmm, gmmpak
Pages: Index

Copyright (c) Christopher M Bishop, Ian T Nabney (1996, 1997)