Skip to content

Commit

Permalink
DOC Moves cluster.bicluster into cluster in API ref (scikit-learn#15295)
Browse files Browse the repository at this point in the history
  • Loading branch information
thomasjpfan authored and NicolasHug committed Oct 18, 2019
1 parent e489aab commit 5e7e631
Showing 1 changed file with 4 additions and 23 deletions.
27 changes: 4 additions & 23 deletions doc/modules/classes.rst
Original file line number Diff line number Diff line change
Expand Up @@ -85,7 +85,8 @@ Functions
:no-members:
:no-inherited-members:

**User guide:** See the :ref:`clustering` section for further details.
**User guide:** See the :ref:`clustering` and :ref:`biclustering` sections for
further details.

Classes
-------
Expand All @@ -105,6 +106,8 @@ Classes
cluster.MeanShift
cluster.OPTICS
cluster.SpectralClustering
cluster.SpectralBiclustering
cluster.SpectralCoclustering

Functions
---------
Expand All @@ -123,28 +126,6 @@ Functions
cluster.spectral_clustering
cluster.ward_tree

.. _bicluster_ref:

:mod:`sklearn.cluster.bicluster`: Biclustering
==============================================

.. automodule:: sklearn.cluster.bicluster
:no-members:
:no-inherited-members:

**User guide:** See the :ref:`biclustering` section for further details.

Classes
-------
.. currentmodule:: sklearn.cluster.bicluster

.. autosummary::
:toctree: generated/
:template: class.rst

SpectralBiclustering
SpectralCoclustering

.. _compose_ref:

:mod:`sklearn.compose`: Composite Estimators
Expand Down

0 comments on commit 5e7e631

Please sign in to comment.