﻿scib\_rapids.nearest\_neighbors.NeighborsResults
================================================

.. currentmodule:: scib_rapids.nearest_neighbors

.. add toctree option to make autodoc generate the pages

.. autoclass:: NeighborsResults



Attributes table
~~~~~~~~~~~~~~~~~~

.. autosummary::

    ~scib_rapids.nearest_neighbors.NeighborsResults.knn_graph_connectivities
    ~scib_rapids.nearest_neighbors.NeighborsResults.knn_graph_distances
    ~scib_rapids.nearest_neighbors.NeighborsResults.n_neighbors
    ~scib_rapids.nearest_neighbors.NeighborsResults.n_samples
    ~scib_rapids.nearest_neighbors.NeighborsResults.indices
    ~scib_rapids.nearest_neighbors.NeighborsResults.distances





Methods table
~~~~~~~~~~~~~

.. autosummary::

    ~scib_rapids.nearest_neighbors.NeighborsResults.subset_neighbors





Attributes
~~~~~~~~~~~



.. autoattribute:: NeighborsResults.knn_graph_connectivities

.. autoattribute:: NeighborsResults.knn_graph_distances

.. autoattribute:: NeighborsResults.n_neighbors

.. autoattribute:: NeighborsResults.n_samples

.. autoattribute:: NeighborsResults.indices

.. autoattribute:: NeighborsResults.distances






Methods
~~~~~~~



.. automethod:: NeighborsResults.subset_neighbors


