﻿scvi.external.contrastivevi.ContrastiveVAE
==========================================

.. currentmodule:: scvi.external.contrastivevi

.. add toctree option to make autodoc generate the pages

.. autoclass:: ContrastiveVAE
   :show-inheritance:



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

.. autosummary::

        ~scvi.external.contrastivevi.ContrastiveVAE.training






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

.. autosummary::

    ~scvi.external.contrastivevi.ContrastiveVAE.generative
    ~scvi.external.contrastivevi.ContrastiveVAE.inference
    ~scvi.external.contrastivevi.ContrastiveVAE.latent_kl_divergence
    ~scvi.external.contrastivevi.ContrastiveVAE.library_kl_divergence
    ~scvi.external.contrastivevi.ContrastiveVAE.loss
    ~scvi.external.contrastivevi.ContrastiveVAE.reconstruction_loss
    ~scvi.external.contrastivevi.ContrastiveVAE.sample





Attributes
~~~~~~~~~~



.. autoattribute:: ContrastiveVAE.training






Methods
~~~~~~~



.. automethod:: ContrastiveVAE.generative

.. automethod:: ContrastiveVAE.inference

.. automethod:: ContrastiveVAE.latent_kl_divergence

.. automethod:: ContrastiveVAE.library_kl_divergence

.. automethod:: ContrastiveVAE.loss

.. automethod:: ContrastiveVAE.reconstruction_loss

.. automethod:: ContrastiveVAE.sample


