Neil's flailing attempts to update the flailing stick man.

This commit is contained in:
Neil Lawrence 2013-06-04 17:20:46 +01:00
parent 95d5bcc1b9
commit 500bd8f4b8
3 changed files with 33 additions and 30 deletions

View file

@ -184,7 +184,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
return self._clipped(np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta)))
def plot_latent(self, *args, **kwargs):
plot_latent.plot_latent_indices(self, *args, **kwargs)
return plot_latent.plot_latent_indices(self, *args, **kwargs)
def do_test_latents(self, Y):
"""

View file

@ -63,4 +63,4 @@ class GPLVM(GP):
pb.plot(mu[:,0], mu[:,1],'k',linewidth=1.5)
def plot_latent(self, *args, **kwargs):
util.plot_latent.plot_latent(self, *args, **kwargs)
return util.plot_latent.plot_latent(self, *args, **kwargs)