Daniel@0: Daniel@0:
Daniel@0:Daniel@0: Daniel@0: function post = gmmpost(mix, x) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
post
(i.e. the probability of each
Daniel@0: component conditioned on the data p(j|x)
) for a Gaussian mixture model.
Daniel@0: The data structure mix
defines the mixture model, while the matrix
Daniel@0: x
contains the data vectors. Each row of x
represents a single
Daniel@0: vector.
Daniel@0:
Daniel@0: gmm
, gmmactiv
, gmmprob
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: