Package | Description |
---|---|
org.openimaj.ml.timeseries.aggregator | |
org.openimaj.ml.timeseries.collection | |
org.openimaj.ml.timeseries.series |
Modifier and Type | Interface and Description |
---|---|
interface |
SynchronisedTimeSeriesCollectionAggregator<TIMESERIES extends TimeSeries<?,?,TIMESERIES>,STSCOLLECTION extends SynchronisedTimeSeriesCollection<?,?,?,TIMESERIES>,OUTPUT>
A time series collection aggregators take as input a time series collection
and output a specified type
|
Modifier and Type | Class and Description |
---|---|
class |
SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends SynchronisedTimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES,INTERNALSERIES>,INTERNALSERIES extends TimeSeries<ALLINPUT,SINGLEINPUT,INTERNALSERIES>>
A collection of time series which share exactly the same time steps.
|
Modifier and Type | Class and Description |
---|---|
class |
DoubleSynchronisedTimeSeriesCollection |