Sliding interval of values that provides functions to compute average, min and max values from the last window_size
values of interval.
More...
Go to the source code of this file.
|
class | utils::SlidingInterval< T > |
| Sliding interval of values that provides functions to compute average, min and max values from the last window_size values of interval. More...
|
|
|
namespace | utils |
| Utilities.
|
|
Sliding interval of values that provides functions to compute average, min and max values from the last window_size
values of interval.
Definition in file sliding_interval.hpp.