MIRACLE API
===========

Public Import
-------------

Use the current explicit module import:

.. code-block:: python

   from scmiracle.model import MIRACLE

The top-level shortcut ``scmiracle.MIRACLE`` is not exported by the current
package initializer.

High-Level Workflow Methods
---------------------------

.. autoclass:: scmiracle.model.MIRACLE
   :members:
   :undoc-members:
   :show-inheritance:

Continual Sampling
------------------

.. autoclass:: scmiracle.model.ReplayCurrentAlternatingSampler
   :members:
   :undoc-members:
   :show-inheritance:

Dataset Download Utilities
--------------------------

.. automodule:: scmiracle.download_data
   :members:
   :undoc-members:
   :show-inheritance:
