tutorial update and X observer

This commit is contained in:
Max Zwiessele 2013-10-28 09:14:56 +00:00
parent d8151eee61
commit 067206e83e
2 changed files with 2 additions and 1 deletions

View file

@ -65,7 +65,6 @@ class RBF(Kernpart):
'extra_link_args' : ['-lgomp']}
def on_input_change(self, X):
import pdb;pdb.set_trace()
self._K_computations(X, None)
def update_lengthscale(self, l):

View file

@ -73,6 +73,8 @@ precomputations for the kernel.
def parameters_changed(self):
# nothing todo here
.. **_get_params(self)**
.. The implementation of this function in mandatory.