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