wolffd@0: wolffd@0:
wolffd@0:wolffd@0: mix = gmmunpak(mix, p) wolffd@0:wolffd@0: wolffd@0: wolffd@0:
mix = gmmunpak(mix, p)
wolffd@0: takes a GMM data structure mix
and
wolffd@0: a single row vector of parameters p
and returns a mixture data structure
wolffd@0: identical to the input mix
, except that the mixing coefficients
wolffd@0: priors
, centres centres
and covariances covars
wolffd@0: (and, for PPCA, the lambdas and U (PCA sub-spaces)) are all set
wolffd@0: to the corresponding elements of p
.
wolffd@0:
wolffd@0: gmm
, gmmpak
Copyright (c) Ian T Nabney (1996-9) wolffd@0: wolffd@0: wolffd@0: wolffd@0: