Class NumberInterpolator<T extends Number>

java.lang.Object
tech.tablesaw.interpolation.Interpolator<T>
tech.tablesaw.columns.numbers.NumberInterpolator<T>

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
  • Field Details

  • Constructor Details

    • NumberInterpolator

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

    • linear

      public DoubleColumn linear()
      Linearly interpolates missing values.