Nearest-neighbour interpolation in N dimensions.
New in version 0.9.
| Parameters : | points : ndarray of floats, shape (npoints, ndims)
values : ndarray of float or complex, shape (npoints, ...)
|
|---|
Notes
Uses scipy.spatial.cKDTree
Methods
| __call__(*args) | Evaluate interpolator at given points. |