Trees | Indices | Help |
---|
|
Concrete class DataWindow represents a sliding window of data through time
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
|
|||
Inherited from |
|
|||
Inherited from |
|
x.__init__(...) initializes x; see help(type(x)) for signature
|
Change the duration of data allowed in the window. This may discard existing data if duration was made smaller |
Push data at the end of the window INPUTS: t -- timestamp val -- data record to append / replace If t equals last timestamp, last entry in window is replaced. Otherwise, entry is appended and window is trimmed to duration limit. (private) first push operation on an empty window |
Push data at the end of the window INPUTS: t -- timestamp val -- data record to append / replace If t equals last timestamp, last entry in window is replaced. Otherwise, entry is appended and window is trimmed to duration limit. |
Trees | Indices | Help |
---|
Generated by Epydoc 3.0.1 on Thu Jan 4 16:46:17 2018 | http://epydoc.sourceforge.net |