Skip to content

Commit 398e8fe

Browse files
0xs1dCtramill
andauthored
DOC Add link to spectral coclustering (scikit-learn#31422)
Co-authored-by: Cloponaclock1 <ctramill2017@outlook.com>
1 parent 334523f commit 398e8fe

File tree

1 file changed

+3
-0
lines changed

1 file changed

+3
-0
lines changed

sklearn/cluster/_bicluster.py

Lines changed: 3 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -307,6 +307,9 @@ class SpectralCoclustering(BaseSpectral):
307307
array([0, 0], dtype=int32)
308308
>>> clustering
309309
SpectralCoclustering(n_clusters=2, random_state=0)
310+
311+
For a more detailed example, see the following:
312+
:ref:`sphx_glr_auto_examples_bicluster_plot_spectral_coclustering.py`.
310313
"""
311314

312315
_parameter_constraints: dict = {

0 commit comments

Comments
 (0)