Skip to content

Commit 5e7e631

Browse files
thomasjpfanNicolasHug
authored andcommitted
DOC Moves cluster.bicluster into cluster in API ref (scikit-learn#15295)
1 parent e489aab commit 5e7e631

File tree

1 file changed

+4
-23
lines changed

1 file changed

+4
-23
lines changed

doc/modules/classes.rst

Lines changed: 4 additions & 23 deletions
Original file line numberDiff line numberDiff line change
@@ -85,7 +85,8 @@ Functions
8585
:no-members:
8686
:no-inherited-members:
8787

88-
**User guide:** See the :ref:`clustering` section for further details.
88+
**User guide:** See the :ref:`clustering` and :ref:`biclustering` sections for
89+
further details.
8990

9091
Classes
9192
-------
@@ -105,6 +106,8 @@ Classes
105106
cluster.MeanShift
106107
cluster.OPTICS
107108
cluster.SpectralClustering
109+
cluster.SpectralBiclustering
110+
cluster.SpectralCoclustering
108111

109112
Functions
110113
---------
@@ -123,28 +126,6 @@ Functions
123126
cluster.spectral_clustering
124127
cluster.ward_tree
125128

126-
.. _bicluster_ref:
127-
128-
:mod:`sklearn.cluster.bicluster`: Biclustering
129-
==============================================
130-
131-
.. automodule:: sklearn.cluster.bicluster
132-
:no-members:
133-
:no-inherited-members:
134-
135-
**User guide:** See the :ref:`biclustering` section for further details.
136-
137-
Classes
138-
-------
139-
.. currentmodule:: sklearn.cluster.bicluster
140-
141-
.. autosummary::
142-
:toctree: generated/
143-
:template: class.rst
144-
145-
SpectralBiclustering
146-
SpectralCoclustering
147-
148129
.. _compose_ref:
149130

150131
:mod:`sklearn.compose`: Composite Estimators

0 commit comments

Comments
 (0)