Small changes

This commit is contained in:
Nicolas 2013-03-11 17:25:08 +00:00
parent 84119a19b3
commit a012cd64a5
3 changed files with 5 additions and 11 deletions

View file

@ -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):