- Type Parameters:
OUTPUT
- The output type of the aggregator
TIMESERIES
- the time series returned by the various TimeSeries.get(long)
functions
STSCOLLECTION
- the input collection type
- All Superinterfaces:
- TimeSeriesCollectionAggregator<TIMESERIES,STSCOLLECTION,OUTPUT>
- All Known Implementing Classes:
- MeanSquaredDifferenceAggregator, SquaredSummedDifferenceAggregator, WindowedLinearRegressionAggregator
public interface SynchronisedTimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,STSCOLLECTION extends SynchronisedTimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT>
extends TimeSeriesCollectionAggregator<TIMESERIES,STSCOLLECTION,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)