All Classes and Interfaces
Class
Description
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.
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.
Represents the maximum-area triangle defined by three consecutive
Bucket buckets.