public interface DownSampler| Modifier and Type | Interface and Description |
|---|---|
static class | DownSampler.DataSetRepresents a dataset containing timestamps and corresponding values. |
| Modifier and Type | Method and Description |
|---|---|
DownSampler.DataSet | downsize(long[] timestamps,
double[] values)Downsample the given data. |
DownSampler.DataSet downsize(long[] timestamps, double[] values)
timestamps - the timestampsvalues - the values