mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-08 11:32:39 +02:00
Nparam changes to num_params
This commit is contained in:
parent
39eb0368d8
commit
a59d980327
10 changed files with 14 additions and 14 deletions
|
|
@ -15,7 +15,7 @@ class Gaussian(likelihood):
|
|||
"""
|
||||
def __init__(self, data, variance=1., normalize=False):
|
||||
self.is_heteroscedastic = False
|
||||
self.Nparams = 1
|
||||
self.num_params = 1
|
||||
self.Z = 0. # a correction factor which accounts for the approximation made
|
||||
N, self.output_dim = data.shape
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue