Uses of Class
tech.tablesaw.interpolation.Interpolator
-
Packages that use Interpolator Package Description tech.tablesaw.columns tech.tablesaw.columns.numbers -
-
Uses of Interpolator in tech.tablesaw.columns
Methods in tech.tablesaw.columns that return Interpolator Modifier and Type Method Description default Interpolator<T>
Column. interpolate()
Provides the ability to create a new column with missing cells filled based off the value of nearby cells. -
Uses of Interpolator in tech.tablesaw.columns.numbers
Subclasses of Interpolator in tech.tablesaw.columns.numbers Modifier and Type Class Description class
NumberInterpolator<T extends Number>
Creates a new column with missing cells filled based off the value of nearby cells.
-