last stability changes

This commit is contained in:
Max Zwiessele 2013-05-20 10:11:27 +01:00
parent 3c12f85a28
commit 99017e5e50
4 changed files with 14 additions and 10 deletions

View file

@ -171,9 +171,6 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
self.dbound_dZtheta = sparse_GP._log_likelihood_gradients(self)
return np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta))
def _log_likelihood_normal_gradients(self):
Si, _, _, _ = pdinv(self.X_variance)
def plot_latent(self, which_indices=None, *args, **kwargs):
if which_indices is None: