Skip to content

Commit ac96119

Browse files
DOC: Added ref to SpectralBiclustering (scikit-learn#29311)
1 parent 6dd02d1 commit ac96119

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
@@ -486,6 +486,9 @@ class SpectralBiclustering(BaseSpectral):
486486
array([1, 0], dtype=int32)
487487
>>> clustering
488488
SpectralBiclustering(n_clusters=2, random_state=0)
489+
490+
For a more detailed example, see
491+
:ref:`sphx_glr_auto_examples_bicluster_plot_spectral_biclustering.py`
489492
"""
490493

491494
_parameter_constraints: dict = {

0 commit comments

Comments
 (0)