﻿flowsom.models.BaseFlowSOMEstimator
===================================

.. currentmodule:: flowsom.models

.. add toctree option to make autodoc generate the pages

.. autoclass:: BaseFlowSOMEstimator



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

.. autosummary::

    ~BaseFlowSOMEstimator.cluster_labels
    ~BaseFlowSOMEstimator.codes
    ~BaseFlowSOMEstimator.distances
    ~BaseFlowSOMEstimator.metacluster_labels





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

.. autosummary::

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





Attributes
~~~~~~~~~~



.. autoattribute:: BaseFlowSOMEstimator.cluster_labels

.. autoattribute:: BaseFlowSOMEstimator.codes

.. autoattribute:: BaseFlowSOMEstimator.distances

.. autoattribute:: BaseFlowSOMEstimator.metacluster_labels






Methods
~~~~~~~



.. automethod:: BaseFlowSOMEstimator.fit

.. automethod:: BaseFlowSOMEstimator.fit_predict

.. automethod:: BaseFlowSOMEstimator.get_metadata_routing

.. automethod:: BaseFlowSOMEstimator.get_params

.. automethod:: BaseFlowSOMEstimator.predict

.. automethod:: BaseFlowSOMEstimator.set_n_clusters

.. automethod:: BaseFlowSOMEstimator.set_params

.. automethod:: BaseFlowSOMEstimator.subset


