public class NumberInterpolator<T extends Number> extends Interpolator<T>
Modifier and Type | Field and Description |
---|---|
protected NumericColumn<T> |
col |
Constructor and Description |
---|
NumberInterpolator(NumericColumn<T> col) |
Modifier and Type | Method and Description |
---|---|
DoubleColumn |
linear()
Linearly interpolates missing values.
|
backfill, frontfill
protected final NumericColumn<T extends Number> col
public NumberInterpolator(NumericColumn<T> col)
public DoubleColumn linear()
Copyright © 2020. All rights reserved.