All Classes and Interfaces

Class
Description
Bucket<T extends Point>
Represents a bucket of Point points being downsampled to a single point by LTTB.
Selects the bucket-size strategy used to divide the input series before the LTTB triangle-selection step.
Basic Point implementation backed by double values.
Entry point for all downsampling algorithms provided by this library.
Largest-Triangle Three-Buckets (LTTB) time-series downsampling algorithm.
Utility class that divides the input list of Point points into Bucket buckets as required by the LTTB algorithm.
Perceptually Important Points (PIP) time-series downsampling algorithm.
Defines the properties of two-dimensional points that can be processed by downsampling algorithms in this library.
Ramer-Douglas-Peucker (RDP) time-series downsampling algorithm.
Triangle<T extends Point>
Represents the maximum-area triangle defined by three consecutive Bucket buckets.