added do_test_latents to BGPLVM

This commit is contained in:
James Hensman 2013-05-20 15:36:07 +01:00
parent 14c073ba7e
commit 113c0e2824
2 changed files with 96 additions and 3 deletions

View file

@ -233,3 +233,5 @@ class sparse_GP(GP):
var = Kxx - np.sum(Kx * np.dot(Kmmi_LmiBLmi, Kx), 0)
return mu, var[:, None]