File tree Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Expand file tree Collapse file tree 1 file changed +4
-23
lines changed Original file line number Diff line number Diff 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
9091Classes
9192-------
@@ -105,6 +106,8 @@ Classes
105106 cluster.MeanShift
106107 cluster.OPTICS
107108 cluster.SpectralClustering
109+ cluster.SpectralBiclustering
110+ cluster.SpectralCoclustering
108111
109112Functions
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
You can’t perform that action at this time.
0 commit comments