mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
fixed bias kern for dk_dx
This commit is contained in:
parent
cc98c6f507
commit
5ba2099ee9
1 changed files with 2 additions and 2 deletions
|
|
@ -41,8 +41,8 @@ class bias(kernpart):
|
||||||
def dKdiag_dtheta(self,partial,X,target):
|
def dKdiag_dtheta(self,partial,X,target):
|
||||||
target += partial.sum()
|
target += partial.sum()
|
||||||
|
|
||||||
def dK_dX(self, X, X2, target):
|
def dK_dX(self, partial,X, X2, target):
|
||||||
pass
|
pass
|
||||||
|
|
||||||
def dKdiag_dX(self,X,target):
|
def dKdiag_dX(self,partial,X,target):
|
||||||
pass
|
pass
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue