Package | Description |
---|---|
org.openimaj.hadoop.tools.twitter.utils | |
org.openimaj.ml.timeseries.aggregator | |
org.openimaj.ml.timeseries.collection | |
org.openimaj.ml.timeseries.series |
Modifier and Type | Class and Description |
---|---|
class |
WordDFIDFTimeSeriesCollection
A time series collection of
WordDFIDFTimeSeries instances |
Modifier and Type | Interface and Description |
---|---|
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
|
Modifier and Type | Class and Description |
---|---|
class |
TimeSeriesCollection<ALLINPUT,SINGLEINPUT,TIMESERIES extends TimeSeriesCollection<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 |
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 | Method and Description |
---|---|
<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS extends TimeSeries<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS>,OUTPUTTSC extends TimeSeriesCollection<OUTPUTALL,OUTPUTSINGLE,OUTPUTTSC,OUTPUTTS>> |
TimeSeriesCollection.convertInternal(TimeSeriesConverter<ALLINPUT,SINGLEINPUT,INTERNALSERIES,OUTPUTALL,OUTPUTSINGLE,OUTPUTTS> tsc,
OUTPUTTSC inst) |
<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS extends TimeSeries<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS>,OUTPUTTSC extends TimeSeriesCollection<OUTPUTALL,OUTPUTSINGLE,OUTPUTTSC,OUTPUTTS>> |
TimeSeriesCollection.convertInternal(TimeSeriesConverter<ALLINPUT,SINGLEINPUT,INTERNALSERIES,OUTPUTALL,OUTPUTSINGLE,OUTPUTTS> tsc,
TimeSeriesProcessor<OUTPUTALL,OUTPUTSINGLE,OUTPUTTS> tsp,
OUTPUTTSC inst) |
Modifier and Type | Class and Description |
---|---|
class |
DoubleSynchronisedTimeSeriesCollection |
class |
DoubleTimeSeriesCollection
A set of time
DoubleTimeSeries which may not be synchronised. |