﻿annbatch.samplers.SequentialSampler
===================================

.. currentmodule:: annbatch.samplers

.. add toctree option to make autodoc generate the pages

.. autoclass:: SequentialSampler



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

.. autosummary::

    ~SequentialSampler.batch_size
    ~SequentialSampler.mask
    ~SequentialSampler.rng
    ~SequentialSampler.shuffle





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

.. autosummary::

    ~SequentialSampler.n_iters
    ~SequentialSampler.sample
    ~SequentialSampler.validate





Attributes
~~~~~~~~~~



.. autoattribute:: SequentialSampler.batch_size

.. autoattribute:: SequentialSampler.mask

.. autoattribute:: SequentialSampler.rng

.. autoattribute:: SequentialSampler.shuffle






Methods
~~~~~~~



.. automethod:: SequentialSampler.n_iters

.. automethod:: SequentialSampler.sample

.. automethod:: SequentialSampler.validate


