public class DecimationTransform<T> extends TimeSeriesTransform<T>
TimeSeriesTransform that operates a linear decimation on the provided series.| Constructor and Description |
|---|
DecimationTransform(int threshold)
Initializes a new instance of the
DecimationTransform class. |
| Modifier and Type | Method and Description |
|---|---|
java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> |
apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m)
The actual transform implementation
|
getName, transformpublic DecimationTransform(int threshold)
DecimationTransform class.threshold - the maximum number of points to keep following the reduction.public java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> apply(java.util.Map<TimeSeriesInfo<T>,TimeSeriesProcessor<T>> m)
TimeSeriesTransformapply in class TimeSeriesTransform<T>m - the time series to apply the transform to.Copyright © 2018 Frederic Thevenet. All rights reserved.