:py:mod:`IMLCV.implementations.tensorflow.CvDiscovery`
======================================================

.. py:module:: IMLCV.implementations.tensorflow.CvDiscovery


Module Contents
---------------

Classes
~~~~~~~

.. autoapisummary::

   IMLCV.implementations.tensorflow.CvDiscovery.TranformerUMAP




.. py:class:: TranformerUMAP(outdim, periodicity=None, bounding_box=None, descriptor='sb', descriptor_kwargs={})

   Bases: :py:obj:`IMLCV.base.CVDiscovery.Transformer`

   .. py:method:: _fit(x: list[IMLCV.base.CV.CV], nl: list[NeighbourList] | None = None, decoder=False, nunits=256, nlayers=3, parametric=True, metric=None, **kwargs)



