Uses of Class
tech.tablesaw.columns.numbers.NumberInterpolator
-
Packages that use NumberInterpolator Package Description tech.tablesaw.api -
-
Uses of NumberInterpolator in tech.tablesaw.api
Methods in tech.tablesaw.api that return NumberInterpolator Modifier and Type Method Description default NumberInterpolator<T>NumericColumn. interpolate()Returns aNumberInterpolatorobject that can be used to interpolate values for elements missing in the column
-