mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Fixed bug in BGPLVM plot
This commit is contained in:
parent
bd1e98f564
commit
cc370c2436
1 changed files with 1 additions and 1 deletions
|
|
@ -180,7 +180,7 @@ class Bayesian_GPLVM(sparse_GP, GPLVM):
|
||||||
return np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta))
|
return np.hstack((self.dbound_dmuS.flatten(), self.dbound_dZtheta))
|
||||||
|
|
||||||
def plot_latent(self, *args, **kwargs):
|
def plot_latent(self, *args, **kwargs):
|
||||||
util.plot_latent_indices(self, *args, **kwargs)
|
plot_latent.plot_latent_indices(self, *args, **kwargs)
|
||||||
|
|
||||||
def do_test_latents(self, Y):
|
def do_test_latents(self, Y):
|
||||||
"""
|
"""
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue