﻿flowsom.models.BatchFlowSOMEstimator
====================================

.. currentmodule:: flowsom.models

.. add toctree option to make autodoc generate the pages

.. autoclass:: BatchFlowSOMEstimator



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

.. autosummary::

    ~BatchFlowSOMEstimator.cluster_labels
    ~BatchFlowSOMEstimator.codes
    ~BatchFlowSOMEstimator.distances
    ~BatchFlowSOMEstimator.metacluster_labels





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

.. autosummary::

    ~BatchFlowSOMEstimator.fit
    ~BatchFlowSOMEstimator.fit_predict
    ~BatchFlowSOMEstimator.get_metadata_routing
    ~BatchFlowSOMEstimator.get_params
    ~BatchFlowSOMEstimator.predict
    ~BatchFlowSOMEstimator.set_n_clusters
    ~BatchFlowSOMEstimator.set_params
    ~BatchFlowSOMEstimator.subset





Attributes
~~~~~~~~~~



.. autoattribute:: BatchFlowSOMEstimator.cluster_labels

.. autoattribute:: BatchFlowSOMEstimator.codes

.. autoattribute:: BatchFlowSOMEstimator.distances

.. autoattribute:: BatchFlowSOMEstimator.metacluster_labels






Methods
~~~~~~~



.. automethod:: BatchFlowSOMEstimator.fit

.. automethod:: BatchFlowSOMEstimator.fit_predict

.. automethod:: BatchFlowSOMEstimator.get_metadata_routing

.. automethod:: BatchFlowSOMEstimator.get_params

.. automethod:: BatchFlowSOMEstimator.predict

.. automethod:: BatchFlowSOMEstimator.set_n_clusters

.. automethod:: BatchFlowSOMEstimator.set_params

.. automethod:: BatchFlowSOMEstimator.subset


