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