mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-15 06:52:39 +02:00
added do_test_latents to BGPLVM
This commit is contained in:
parent
14c073ba7e
commit
113c0e2824
2 changed files with 96 additions and 3 deletions
|
|
@ -233,3 +233,5 @@ class sparse_GP(GP):
|
|||
var = Kxx - np.sum(Kx * np.dot(Kmmi_LmiBLmi, Kx), 0)
|
||||
|
||||
return mu, var[:, None]
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue