Daniel@0: Daniel@0:
Daniel@0:Daniel@0: post = gtmpost(net, data) Daniel@0: [post, a] = gtmpost(net, data) Daniel@0:Daniel@0: Daniel@0: Daniel@0:
post = gtmpost(net, data)
takes a GTM
Daniel@0: structure net
, and computes the responsibility at each latent space
Daniel@0: sample point net.X
Daniel@0: for each data point in data
.
Daniel@0:
Daniel@0: [post, a] = gtmpost(net, data)
also returns the activations
Daniel@0: a
of the GMM net.gmmnet
as computed by gmmpost
.
Daniel@0:
Daniel@0:
gtm
, gtmem
, gtmlmean
, gmlmode
, gmmprob
Copyright (c) Ian T Nabney (1996-9) Daniel@0: Daniel@0: Daniel@0: Daniel@0: