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 4dc7dbb

Browse filesBrowse files
miguelcsxyuanx749glemaitre
authored
DOC Add link to plot coin segmentation in docstrings and user guide (#29890)
Co-authored-by: Xiao Yuan <yuanx749@gmail.com> Co-authored-by: Guillaume Lemaitre <guillaume@probabl.ai>
1 parent 6222054 commit 4dc7dbb
Copy full SHA for 4dc7dbb

File tree

Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed
Filter options
Expand file treeCollapse file tree

1 file changed

+3
-1
lines changed

‎sklearn/cluster/_spectral.py

Copy file name to clipboardExpand all lines: sklearn/cluster/_spectral.py
+3-1Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -287,7 +287,9 @@ def spectral_clustering(
287287
The cluster_qr method [5]_ directly extracts clusters from eigenvectors
288288
in spectral clustering. In contrast to k-means and discretization, cluster_qr
289289
has no tuning parameters and is not an iterative method, yet may outperform
290-
k-means and discretization in terms of both quality and speed.
290+
k-means and discretization in terms of both quality and speed. For a detailed
291+
comparison of clustering strategies, refer to the following example:
292+
:ref:`sphx_glr_auto_examples_cluster_plot_coin_segmentation.py`.
291293
292294
.. versionchanged:: 1.1
293295
Added new labeling method 'cluster_qr'.

0 commit comments

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