exact gaussian inference now accepts a kern and X, not K

This commit is contained in:
James Hensman 2014-01-24 11:03:17 +00:00
parent 206ec5dfc1
commit e94b16e0b3
4 changed files with 58 additions and 519 deletions

View file

@ -38,7 +38,7 @@ class Model(Parameterized):
raise KeyError, 'Gradient for {} not defined, please specify gradients for parameters to optimize'.format(p.name)
return g
raise NotImplementedError, "this needs to be implemented to use the model class"
def getstate(self):
"""
Get the current state of the class.