mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 11:02:38 +02:00
implement sensitivie of periodic kernel for plot_ARD
This commit is contained in:
parent
90f5aded91
commit
44e164b8fb
1 changed files with 3 additions and 1 deletions
|
|
@ -165,4 +165,6 @@ class StdPeriodic(Kern):
|
|||
|
||||
def gradients_X_diag(self, dL_dKdiag, X):
|
||||
return np.zeros(X.shape)
|
||||
|
||||
|
||||
def input_sensitivity(self, summarize=True):
|
||||
return self.variance*np.ones(self.input_dim)/self.lengthscale**2
|
||||
Loading…
Add table
Add a link
Reference in a new issue