Daniel@0: Daniel@0:
Daniel@0:Daniel@0: Daniel@0: a = gmmactiv(mix, x) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
a
(i.e. the
Daniel@0: probability p(x|j)
of the data conditioned on each component density)
Daniel@0: for a Gaussian mixture model. For the PPCA model, each activation
Daniel@0: is the conditional probability of x
given that it is generated
Daniel@0: by the component subspace.
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
, gmmpost
, gmmprob
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: