Class NumberInterpolator<T extends Number>


  • public class NumberInterpolator<T extends Number>
    extends Interpolator<T>
    Creates a new column with missing cells filled based off the value of nearby cells.
    Subclass to provide alternate interpolation strategies
    • Constructor Detail

      • NumberInterpolator

        public NumberInterpolator​(NumericColumn<T> col)
        Constructs an interpolator for the given column
    • Method Detail

      • linear

        public DoubleColumn linear()
        Linearly interpolates missing values.