class Normalizer extends Object
| Modifier and Type | Field and Description |
|---|---|
(package private) int | countNumber of data points in the series |
(package private) long | stepTime step in seconds between data points |
| Constructor and Description |
|---|
Normalizer(long[] timestamps) |
| Modifier and Type | Method and Description |
|---|---|
(package private) double[] | normalize(long[] rawTimestamps,
double[] rawValues)Normalize timestamps and values to the target interval |