mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-06-11 15:15:15 +02:00
SPELLAFSDIUN
This commit is contained in:
parent
a889b0b7b5
commit
490755130a
2 changed files with 2 additions and 1 deletions
|
|
@ -2,6 +2,7 @@ from ep import EP
|
|||
from ep_mixed_noise import EP_Mixed_Noise
|
||||
from gaussian import Gaussian
|
||||
from gaussian_mixed_noise import Gaussian_Mixed_Noise
|
||||
import noise_models
|
||||
from noise_model_constructors import *
|
||||
# TODO: from Laplace import Laplace
|
||||
|
||||
|
|
|
|||
|
|
@ -105,7 +105,7 @@ class Log_ex_1(GPTransformation):
|
|||
return aux*(1.-aux)
|
||||
|
||||
class Reciprocal(GPTransformation):
|
||||
def transf(sefl,f):
|
||||
def transf(self,f):
|
||||
return 1./f
|
||||
|
||||
def dtransf_df(self,f):
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue