scipy.interpolate.NearestNDInterpolator.__call__# NearestNDInterpolator.__call__(*args)[source]# Evaluate interpolator at given points. Parameters x1, x2, … xnarray-like of floatPoints 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)