mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-07 19:12:40 +02:00
change input for output
This commit is contained in:
parent
8e7a71c63e
commit
e832a627c5
2 changed files with 2 additions and 2 deletions
|
|
@ -15,7 +15,7 @@ class Gaussian(likelihood):
|
|||
self.is_heteroscedastic = False
|
||||
self.Nparams = 1
|
||||
self.Z = 0. # a correction factor which accounts for the approximation made
|
||||
N, self.input_dim = data.shape
|
||||
N, self.output_dim = data.shape
|
||||
|
||||
# normalization
|
||||
if normalize:
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue