﻿cellmapper.Neighbors
====================

.. currentmodule:: cellmapper

.. add toctree option to make autodoc generate the pages

.. autoclass:: Neighbors



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

.. autosummary::

    ~Neighbors.is_square
    ~Neighbors.knn_graph_distances
    ~Neighbors.n_neighbors
    ~Neighbors.n_samples
    ~Neighbors.n_targets
    ~Neighbors.shape
    ~Neighbors.distances
    ~Neighbors.indices





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

.. autosummary::

    ~Neighbors.boolean_adjacency
    ~Neighbors.knn_graph_connectivities





Attributes
~~~~~~~~~~



.. autoattribute:: Neighbors.is_square

.. autoattribute:: Neighbors.knn_graph_distances

.. autoattribute:: Neighbors.n_neighbors

.. autoattribute:: Neighbors.n_samples

.. autoattribute:: Neighbors.n_targets

.. autoattribute:: Neighbors.shape

.. autoattribute:: Neighbors.distances

.. autoattribute:: Neighbors.indices






Methods
~~~~~~~



.. automethod:: Neighbors.boolean_adjacency

.. automethod:: Neighbors.knn_graph_connectivities


