Package com.ggalmazor.downsampling


package com.ggalmazor.downsampling
  • Class
    Description
    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.