mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-09 03:52:39 +02:00
GP_regression demo working with new style gradients for rbf, linear, white, bias
This commit is contained in:
parent
5f92ff6785
commit
78d1abfc22
5 changed files with 18 additions and 25 deletions
|
|
@ -15,7 +15,7 @@ class white(kernpart):
|
|||
"""
|
||||
def __init__(self,D,variance=1.):
|
||||
self.D = D
|
||||
self.Nparam = 1.
|
||||
self.Nparam = 1
|
||||
self.name = 'white'
|
||||
self.set_param(np.array([variance]).flatten())
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue