Interface InterpolationStrategy<X extends java.lang.Comparable<? super X>,​Y>

  • Type Parameters:
    X - the type of the independent variable (in)
    Y - the type of the dependent variable (output)
    All Superinterfaces:
    java.io.Serializable
    All Known Implementing Classes:
    LinearInterpolationStrategy

    public interface InterpolationStrategy<X extends java.lang.Comparable<? super X>,​Y>
    extends java.io.Serializable
    A strategy defines how to calculate output values of a function from the a finite set of discrete values (from a discrete function).