mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-21 14:05:14 +02:00
efficiencies in stationary
This commit is contained in:
parent
d8c2f78131
commit
7ae9d03c45
2 changed files with 41 additions and 14 deletions
|
|
@ -311,7 +311,3 @@ class RBF(Stationary):
|
|||
type_converters=weave.converters.blitz, **self.weave_options)
|
||||
|
||||
return denom, Zdist, Zdist_sq, mudist, mudist_sq, psi2
|
||||
|
||||
def input_sensitivity(self):
|
||||
if self.ARD: return 1./self.lengthscale
|
||||
else: return (1./self.lengthscale).repeat(self.input_dim)
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue