SciPy

scipy.interpolate.NearestNDInterpolator.__call__

NearestNDInterpolator.__call__(self, *args)[source]

Evaluate interpolator at given points.

Parameters
x1, x2, … xn: array-like of float

Points where to interpolate data at. x1, x2, … xn can be array-like of float with broadcastable shape. or x1 can be array-like of float with shape (..., ndim)

Previous topic

scipy.interpolate.NearestNDInterpolator

Next topic

scipy.interpolate.CloughTocher2DInterpolator