Definition at line 186 of file common.py.
◆ __init__()
def var.common.StatValue.__init__ |
( |
|
self, |
|
|
|
smooth_coef = 0.5 |
|
) |
| |
Definition at line 187 of file common.py.
187 def __init__(self, smooth_coef = 0.5):
189 self.smooth_coef = smooth_coef
◆ update()
def var.common.StatValue.update |
( |
|
self, |
|
|
|
v |
|
) |
| |
Definition at line 190 of file common.py.
191 if self.value
is None:
195 self.value = c * self.value + (1.0-c) * v
◆ smooth_coef
var.common.StatValue.smooth_coef |
◆ value
var.common.StatValue.value |
The documentation for this class was generated from the following file:
- repos_for_Dox/cFp_Zoo/HOST/vision/common/languages/python/var/common.py