more tidying in EP, removed examples from _module_ ( and opened discussion on github

This commit is contained in:
James Hensman 2012-12-06 09:21:37 -08:00
parent 69cc506b9e
commit 574f9f4e0a
5 changed files with 6 additions and 5 deletions

View file

@ -128,7 +128,7 @@ class FITC(EP_base):
:param epsilon: Convergence criterion, maximum squared difference allowed between mean updates to stop iterations (float)
:param powerep: Power-EP parameters (eta,delta) - 2x1 numpy array (floats)
"""
def __init__(self,likelihood,Knn_diag,Kmn,Kmm,*args,**kwargs)
def __init__(self,likelihood,Knn_diag,Kmn,Kmm,*args,**kwargs):
self.Knn_diag = Knn_diag
self.Kmn = Kmn
self.Kmm = Kmm