======================
GMM API: :code:`.gmm`
======================

.. currentmodule:: ggml_ot

Minimal API reference for the current GMM training/fitting surface.

+++++++++++++++++++++++++
GMM-aware training
+++++++++++++++++++++++++

.. autosummary::
   :nosignatures:
   :toctree: ../generated/

   train_gmm

++++++++++++++++++++++++++
Dataset GMM fitting
++++++++++++++++++++++++++

.. autosummary::
   :nosignatures:
   :toctree: ../generated/

   gmm.fit_gmm
