mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-02 00:02:38 +02:00
[psi2] implement RBF cpu
This commit is contained in:
parent
001db6b089
commit
a2203179f6
5 changed files with 92 additions and 75 deletions
|
|
@ -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
|
||||
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue