mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-11 04:52:37 +02:00
change input for output
This commit is contained in:
parent
5f0a020022
commit
8d07df6503
1 changed files with 1 additions and 1 deletions
|
|
@ -89,7 +89,7 @@ class GP(GPBase):
|
|||
model for a new variable Y* = v_tilde/tau_tilde, with a covariance
|
||||
matrix K* = K + diag(1./tau_tilde) plus a normalization term.
|
||||
"""
|
||||
return -0.5 * self.input_dim * self.K_logdet + self._model_fit_term() + self.likelihood.Z
|
||||
return -0.5 * self.output_dim * self.K_logdet + self._model_fit_term() + self.likelihood.Z
|
||||
|
||||
|
||||
def _log_likelihood_gradients(self):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue