mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 02:52:40 +02:00
GPLVM demo working
This commit is contained in:
parent
4b4f1da128
commit
5f92ff6785
4 changed files with 13 additions and 14 deletions
|
|
@ -45,7 +45,7 @@ class white(kernpart):
|
|||
def dKdiag_dtheta(self,X,target):
|
||||
np.add(target[:,0],1.,target[:,0])
|
||||
|
||||
def dK_dX(self,X,X2,target):
|
||||
def dK_dX(self,partial,X,X2,target):
|
||||
pass
|
||||
|
||||
def dKdiag_dX(self,X,target):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue