public interface IDataFilter<V>
IDataProcessor to
another| Modifier and Type | Interface and Description |
|---|---|
static class |
IDataFilter.ItemCountBased<V>
This counter based filter will let pass only every nth data point based on the specified
range.
|
static class |
IDataFilter.TimeBased<V>
Time based filtering considers the timestamps of the incoming data points as a
filter criterion.
|
| Modifier and Type | Method and Description |
|---|---|
boolean |
accepts(DataPoint<V> vDataPoint)
Calculate whether or not the given data point is accepted by this filter.
|
boolean accepts(DataPoint<V> vDataPoint)
IDataProcessor.
For an example use of filters see Sampler and corresponding filter implementationsvDataPoint - - The data point to be analyzedCopyright © 2016. All rights reserved.