bundles / scipy latest / scipy / interpolate / _ndgriddata / NearestNDInterpolator / __call__
function
scipy.interpolate._ndgriddata:NearestNDInterpolator.__call__
Signature
def __call__ ( self , * args , ** query_options ) Summary
Evaluate interpolator at given points.
Parameters
x1, x2, ... xn: array-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)**query_optionsThis allows
eps,p,distance_upper_bound, andworkersbeing passed to the cKDTree's query function to be explicitly set. See scipy.spatial.cKDTree.query for an overview of the different options.
Aliases
-
scipy.interpolate.NearestNDInterpolator.__call__