mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 12:02:38 +02:00
Merge branch 'master' into devel
This commit is contained in:
commit
99e5075488
6 changed files with 31 additions and 14 deletions
|
|
@ -44,7 +44,7 @@ def rbf(D,variance=1., lengthscale=None,ARD=False):
|
|||
part = rbfpart(D,variance,lengthscale,ARD)
|
||||
return kern(D, [part])
|
||||
|
||||
def linear(D,variances=None,ARD=True):
|
||||
def linear(D,variances=None,ARD=False):
|
||||
"""
|
||||
Construct a linear kernel.
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue