EP plots samples now for the phi transformation.

This commit is contained in:
Ricardo Andrade 2013-01-30 12:14:32 +00:00
parent d1a0883c12
commit 29eb61d65e
5 changed files with 23 additions and 8 deletions

View file

@ -151,7 +151,6 @@ class sparse_GP(GP):
else:
self.ep_approx = Full(self.X,self.likelihood,self.kernel,inducing=None,epsilon=self.epsilon_ep,power_ep=[self.eta,self.delta])
self.beta, self.Y, self.Z_ep = self.ep_approx.fit_EP()
print "Aqui toy"
self.trbetaYYT = np.sum(np.square(self.Y)*self.beta)
self._computations()