public class NumberInterpolator<T extends Number> extends Interpolator<T>
Modifier and Type | Field | Description |
---|---|---|
protected NumericColumn<T> |
col |
Constructor | Description |
---|---|
NumberInterpolator(NumericColumn<T> col) |
Constructs an interpolator for the given column
|
Modifier and Type | Method | 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 © 2022. All rights reserved.