mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
plot latent updated
This commit is contained in:
parent
3c0f89bf53
commit
f6da5345d9
3 changed files with 32 additions and 203 deletions
|
|
@ -225,7 +225,7 @@ class RBF(Stationary):
|
|||
if self.ARD:
|
||||
lengthscale2 = self.lengthscale **2
|
||||
else:
|
||||
lengthscale2 = np.ones(input_dim) * self.lengthscale2**2
|
||||
lengthscale2 = np.ones(input_dim) * self.lengthscale**2
|
||||
code = """
|
||||
double tmp;
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue