﻿flowsom.models.FlowSOMEstimator
===============================

.. currentmodule:: flowsom.models

.. add toctree option to make autodoc generate the pages

.. autoclass:: FlowSOMEstimator



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

.. autosummary::

    ~FlowSOMEstimator.cluster_labels
    ~FlowSOMEstimator.codes
    ~FlowSOMEstimator.distances
    ~FlowSOMEstimator.metacluster_labels





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

.. autosummary::

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





Attributes
~~~~~~~~~~



.. autoattribute:: FlowSOMEstimator.cluster_labels

.. autoattribute:: FlowSOMEstimator.codes

.. autoattribute:: FlowSOMEstimator.distances

.. autoattribute:: FlowSOMEstimator.metacluster_labels






Methods
~~~~~~~



.. automethod:: FlowSOMEstimator.fit

.. automethod:: FlowSOMEstimator.fit_predict

.. automethod:: FlowSOMEstimator.get_metadata_routing

.. automethod:: FlowSOMEstimator.get_params

.. automethod:: FlowSOMEstimator.predict

.. automethod:: FlowSOMEstimator.set_n_clusters

.. automethod:: FlowSOMEstimator.set_params

.. automethod:: FlowSOMEstimator.subset


