mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 20:12:38 +02:00
linear is now by default non-ARD
This commit is contained in:
parent
e812368a87
commit
26944c736b
1 changed files with 1 additions and 1 deletions
|
|
@ -43,7 +43,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