mirror of
https://github.com/SheffieldML/GPy.git
synced 2026-05-06 02:24:17 +02:00
more tidying in EP, removed examples from _module_ ( and opened discussion on github
This commit is contained in:
parent
69cc506b9e
commit
574f9f4e0a
5 changed files with 6 additions and 5 deletions
|
|
@ -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
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue