Skip to content

Navigation Menu

Sign in
Appearance settings

Search code, repositories, users, issues, pull requests...

Provide feedback

We read every piece of feedback, and take your input very seriously.

Saved searches

Use saved searches to filter your results more quickly

Appearance settings

Commit 0d5a852

Browse filesBrowse files
committed
docs: #26927 add plot coin segmentation in docstrings
- include cluster example in docstrings and the user guide
1 parent 69c1d79 commit 0d5a852
Copy full SHA for 0d5a852

File tree

Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+4
-0
lines changed

‎sklearn/cluster/_spectral.py

Copy file name to clipboardExpand all lines: sklearn/cluster/_spectral.py
+4Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -599,6 +599,10 @@ class SpectralClustering(ClusterMixin, BaseEstimator):
599599
>>> clustering
600600
SpectralClustering(assign_labels='discretize', n_clusters=2,
601601
random_state=0)
602+
603+
For a more extended example, see:
604+
:ref: `sphx_glr_auto_examples_cluster_plot_coin_segmentation.py`.
605+
602606
"""
603607

604608
_parameter_constraints: dict = {

0 commit comments

Comments
0 (0)
Morty Proxy This is a proxified and sanitized view of the page, visit original site.