RbfNDInterpolator

constructor(points: List<T>, weights: Array<DoubleArray>, values: Array<DoubleArray>, rbf: (Double) -> Double, rbfDerivative: (Double) -> Double, mean: DoubleArray)(source)

Parameters

T

The type of vector used in the interpolation, which must implement the EuclideanVector<T> interface.