GPLVM demo working

This commit is contained in:
James Hensman 2012-11-30 10:31:02 +00:00
parent 4b4f1da128
commit 5f92ff6785
4 changed files with 13 additions and 14 deletions

View file

@ -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):