| Interface | Description |
|---|---|
| IAggregate<IN,OUT> |
Reduce a set of data points to a single value, e.g.
|
| Class | Description |
|---|---|
| Average<N extends Number> | |
| Max<N extends Number> | |
| Min<N extends Number> | |
| SlidingAggregator<IN,OUT> |
Calculate the moving aggregated by continuously aggregating a fixed number of incoming
data points using any given
IAggregate. |
Copyright © 2016. All rights reserved.