mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
tutorial update and X observer
This commit is contained in:
parent
d8151eee61
commit
067206e83e
2 changed files with 2 additions and 1 deletions
|
|
@ -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):
|
||||
|
|
|
|||
|
|
@ -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.
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue