NearestNeighbor =============== .. currentmodule:: kgpy.interpolation .. autoclass:: kgpy.interpolation.NearestNeighbor :members: :show-inheritance: :inherited-members: :undoc-members: :member-order: groupwise .. automethod:: __init__ .. rubric:: Attributes .. autosummary:: ~NearestNeighbor.data_final ~NearestNeighbor.grid_final ~NearestNeighbor.ndim ~NearestNeighbor.shape ~NearestNeighbor.data ~NearestNeighbor.grid .. rubric:: Methods .. autosummary:: ~NearestNeighbor.__init__ ~NearestNeighbor.calc_index_nearest ~NearestNeighbor.copy ~NearestNeighbor.copy_shallow .. rubric:: Inheritance Diagram .. inheritance-diagram:: kgpy.interpolation.NearestNeighbor