quadsv.detectors
================

.. py:module:: quadsv.detectors

.. autoapi-nested-parse::

   ``quadsv.detectors`` — single-sample spatial-pattern detection.

   Subpackage grouping the layer-3 public classes:

   - :class:`Detector` — abstract base with the shared
     setup-data / compute-Q / compute-R workflow.
   - :class:`DetectorIrregular` — wraps :class:`anndata.AnnData` (irregular
     coordinates; matrix and NUFFT backends).
   - :class:`DetectorGrid` — wraps :class:`spatialdata.SpatialData` (regular
     rasterized grid; FFT backend).



Submodules
----------

.. toctree::
   :maxdepth: 1

   /autoapi/quadsv/detectors/base/index
   /autoapi/quadsv/detectors/grid/index
   /autoapi/quadsv/detectors/irregular/index


