mix = gmmunpak(mix, p)
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
.
gmm
, gmmpak
Copyright (c) Ian T Nabney (1996-9)