Interpolator

fun interface Interpolator<T, in X : T, Y : T>(source)

And interpolator for data with x column type X, y column type Y.

Inheritors

Functions

Link copied to clipboard
abstract fun interpolate(points: XYColumnarData<T, X, Y>): (X) -> Y