mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-05 14:55:15 +02:00
Small changes
This commit is contained in:
parent
84119a19b3
commit
a012cd64a5
3 changed files with 5 additions and 11 deletions
|
|
@ -55,6 +55,7 @@ class rbf(kernpart):
|
|||
self._X, self._X2, self._params = np.empty(shape=(3,1))
|
||||
|
||||
def _get_params(self):
|
||||
foo
|
||||
return np.hstack((self.variance,self.lengthscale))
|
||||
|
||||
def _set_params(self,x):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue