See: Description
| Class | Description |
|---|---|
| DownSampleImpl |
Naive implementation of down sample with simple array input Largest-Triangle-Three-Buckets, from
Sveinn Steinarsson's thesis, section
4.2..
|
| LargestTriangleThreeBuckets |
First implementation of Largest-Triangle-Three-Buckets.
|
| LargestTriangleThreeBucketsTime |
A variation of the Largest-Triangle-Three-Buckets.
|
DownSampleImpl - Downsampling implementationLargestTriangleThreeBuckets - Time bucket algorithmLargestTriangleThreeBucketsTime - Time-based bucket implementationThese utilities are primarily used by the JRobin RRD system for efficient data storage and retrieval. The downsampling algorithms help reduce data resolution while preserving important trends and patterns in time series data.
org.rrd4j - Main JRobin RRD implementationorg.rrd4j.core - Core RRD functionality