mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-04 17:22:39 +02:00
corrected typo in function name
This commit is contained in:
parent
c122c26843
commit
3c753bb1a0
1 changed files with 1 additions and 1 deletions
|
|
@ -61,7 +61,7 @@ arguments::
|
|||
self.variance = Param('variance', variance)
|
||||
self.lengthscale = Param('lengtscale', lengthscale)
|
||||
self.power = Param('power', power)
|
||||
self.add_parameters(self.variance, self.lengthscale, self.power)
|
||||
self.link_parameters(self.variance, self.lengthscale, self.power)
|
||||
|
||||
From now on you can use the parameters ``self.variance,
|
||||
self.lengthscale, self.power`` as normal numpy ``array-like`` s in your
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue