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