Package | Description |
---|---|
org.openimaj.hadoop.tools.twitter.utils | |
org.openimaj.ml.timeseries.processor | |
org.openimaj.ml.timeseries.series |
Modifier and Type | Class and Description |
---|---|
class |
WordDFIDFTimeSeries
A time series of WordDFIDF instances
|
Modifier and Type | Class and Description |
---|---|
class |
IntervalSummationProcessor<ALLDATA,DATA,TS extends TimeSeries<ALLDATA,DATA,TS> & TimeSeriesArithmaticOperator<DATA,TS> & TimeSeriesCollectionAssignable<DATA,TS>>
Given time step calculate each timestep such that
value[timeStep(x)] = sum from x-1 to x as n [ timeStep(n) ]
The exact meaning of "sum" for any given timestep data must be defined.
|
Modifier and Type | Class and Description |
---|---|
class |
ConcreteTimeSeries<DATA,TS extends ConcreteTimeSeries<DATA,TS>>
A generic though inefficient time series which can be used by any data type.
|
class |
DoubleTimeSeries |