mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-10 20:42:39 +02:00
psi1 is now the right way around
This commit is contained in:
parent
a5208f474e
commit
5e4c24d652
5 changed files with 24 additions and 25 deletions
|
|
@ -43,7 +43,7 @@ class SparseGPLVM(SparseGPRegression, GPLVM):
|
|||
|
||||
def dL_dX(self):
|
||||
dL_dX = self.kern.dKdiag_dX(self.dL_dpsi0, self.X)
|
||||
dL_dX += self.kern.dK_dX(self.dL_dpsi1.T, self.X, self.Z)
|
||||
dL_dX += self.kern.dK_dX(self.dL_dpsi1, self.X, self.Z)
|
||||
|
||||
return dL_dX
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue