mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-27 14:25:16 +02:00
changes on rbf
This commit is contained in:
parent
d8c2f78131
commit
32c6237672
1 changed files with 0 additions and 1 deletions
|
|
@ -257,7 +257,6 @@ class RBF(Stationary):
|
|||
#allocate memory for the things we want to compute
|
||||
mudist = np.empty((N, M, M, Q))
|
||||
mudist_sq = np.empty((N, M, M, Q))
|
||||
exponent = np.zeros((N,M,M))
|
||||
psi2 = np.empty((N, M, M))
|
||||
|
||||
l2 = self.lengthscale **2
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue