mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-30 14:35:15 +02:00
allow inference_X not optimize
This commit is contained in:
parent
55077161d4
commit
91eea829a2
1 changed files with 2 additions and 2 deletions
|
|
@ -122,7 +122,7 @@ class SSGPLVM(SparseGP_MPI):
|
|||
else:
|
||||
return dim_reduction_plots.plot_latent(self, plot_inducing=plot_inducing, *args, **kwargs)
|
||||
|
||||
def inference_X(self, Y_new):
|
||||
def inference_X(self, Y_new, optimize=True):
|
||||
from ..inference.latent_function_inference.inference_X import inference_newX
|
||||
return inference_newX(self, Y_new)
|
||||
return inference_newX(self, Y_new, optimize=optimize)
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue