Interface DownSampler


public interface DownSampler
A class that implement a downsampler, used to reduce the number of point to display.
Author:
Fabrice Bacchella
  • Nested Class Summary

    Nested Classes 
    Modifier and Type Interface Description
    static class  DownSampler.DataSet  
  • Method Summary

    Modifier and Type Method Description
    DownSampler.DataSet downsize​(long[] timestamps, double[] values)