Module xaos.ui.plot

Interface DataReducer<X,​Y>

  • Type Parameters:
    X - Type of X values.
    Y - Type of Y values.
    All Known Implementing Classes:
    RamerDouglasPeuckerDataReducer

    public interface DataReducer<X,​Y>
    Defines the behavior of the algorithms used to reduce number of data points to the desired amount.
    Author:
    claudio.rosati@esss.se