Added first draft of polynomial kernel.

This commit is contained in:
Neil Lawrence 2013-08-17 09:07:09 +02:00
parent a570198029
commit 3f6c01898d
4 changed files with 27 additions and 5 deletions

View file

@ -56,5 +56,5 @@ class Kernpart(object):
raise NotImplementedError
def dpsi2_dmuS(self,dL_dpsi2,Z,mu,S,target_mu,target_S):
raise NotImplementedError
def dK_dX(self,X,X2,target):
def dK_dX(self, dL_dK, X, X2, target):
raise NotImplementedError