BayesianGPLVM init with paramschanged

This commit is contained in:
Max Zwiessele 2014-02-26 09:10:11 +00:00
parent 3c0f89bf53
commit ed0c162597

View file

@ -49,6 +49,7 @@ class BayesianGPLVM(SparseGP):
SparseGP.__init__(self, X, Y, Z, kernel, likelihood, inference_method, name, **kwargs)
self.add_parameter(self.X, index=0)
self.parameters_changed()
def _getstate(self):
"""