[psi2] implement RBF cpu

This commit is contained in:
Zhenwen Dai 2014-05-21 10:34:51 +01:00
parent 001db6b089
commit a2203179f6
5 changed files with 92 additions and 75 deletions

View file

@ -107,5 +107,3 @@ class SparseGP(GP):
psi2 = kern.psi2(self.Z, Xnew)
var = Kxx - np.sum(np.sum(psi2 * Kmmi_LmiBLmi[None, :, :], 1), 1)
return mu, var