- Type Parameters:
OUTPUT
- The output type of the aggregator
TIMESERIES
- the time series returned by the various TimeSeries.get(long)
functions
TSCOLLECTION
- the input collection type
- All Known Subinterfaces:
- SynchronisedTimeSeriesCollectionAggregator<TIMESERIES,STSCOLLECTION,OUTPUT>
- All Known Implementing Classes:
- MeanSquaredDifferenceAggregator, SquaredSummedDifferenceAggregator, WindowedLinearRegressionAggregator
public interface TimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,TSCOLLECTION extends TimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT>
A time series collection aggregators take as input a time series collection
and output a specified type
- Author:
- Sina Samangooei (ss@ecs.soton.ac.uk)