mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-18 13:55:14 +02:00
James and Nicolos massive Yak shaving session
This commit is contained in:
parent
3cb445886d
commit
9fb090a508
9 changed files with 90 additions and 64 deletions
|
|
@ -30,7 +30,7 @@ class Gaussian(likelihood):
|
|||
self.trYYT = np.trace(self.YYT)
|
||||
else:
|
||||
self.YYT = None
|
||||
self.trYYT = None
|
||||
self.trYYT = np.sum(np.square(self.Y))
|
||||
|
||||
def _get_params(self):
|
||||
return np.asarray(self._variance)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue