Documentation

This commit is contained in:
Alan Saul 2015-11-20 15:52:19 +02:00
parent 2f2f36fbc8
commit 3d90b1b3ff

View file

@ -20,6 +20,9 @@ class EPBase(object):
:type eta: float64
:param delta: damping EP updates factor.
:type delta: float64
:param always_reset: setting to always reset the approximation at the beginning of every inference call.
:type always_reest: boolean
"""
super(EPBase, self).__init__()
self.always_reset = always_reset