Uses of Class
tech.tablesaw.interpolation.Interpolator
Packages that use Interpolator
-
Uses of Interpolator in tech.tablesaw.columns
Methods in tech.tablesaw.columns that return InterpolatorModifier and TypeMethodDescriptiondefault 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.numbersModifier and TypeClassDescriptionclass
NumberInterpolator<T extends Number>
Creates a new column with missing cells filled based off the value of nearby cells.