Sliding interval of values that provides functions to compute average, min and max values from the last window_size values of interval.
More...
Include dependency graph for sliding_interval.hpp:
This graph shows which files directly or indirectly include this file:Go to the source code of this file.
Classes | |
| 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... | |
Namespaces | |
| 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.