Uses of Class
adams.data.timeseries.AbstractMetaTimeseriesFeatureGenerator
-
Packages that use AbstractMetaTimeseriesFeatureGenerator Package Description adams.data.timeseries -
-
Uses of AbstractMetaTimeseriesFeatureGenerator in adams.data.timeseries
Subclasses of AbstractMetaTimeseriesFeatureGenerator in adams.data.timeseries Modifier and Type Class Description class
AddMetaData
Meta-generator that can add database ID and container ID.class
FixedNumFeatures
Meta-feature-generator that ensures that the generated output has a fixed number of data points.
In case of filler type FIRST, the data gets inserted at the start, as opposed to at the end when using LAST.
NUMERIC/STRING/BOOLEAN use the appropriate filler value that the user specified.
The MISSING_* types just add a missing value of the appropriate data type.
-