Package tech.tablesaw.columns.numbers
Class NumberInterpolator<T extends Number>
java.lang.Object
tech.tablesaw.interpolation.Interpolator<T>
tech.tablesaw.columns.numbers.NumberInterpolator<T>
Creates a new column with missing cells filled based off the value of nearby cells.
Subclass to provide alternate interpolation strategies
Subclass to provide alternate interpolation strategies
-
Field Summary
Fields -
Constructor Summary
ConstructorsConstructorDescriptionNumberInterpolator
(NumericColumn<T> col) Constructs an interpolator for the given column -
Method Summary
Methods inherited from class tech.tablesaw.interpolation.Interpolator
backfill, frontfill
-
Field Details
-
col
-
-
Constructor Details
-
NumberInterpolator
Constructs an interpolator for the given column
-
-
Method Details
-
linear
Linearly interpolates missing values.
-