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

DOC Add link to plot coin segmentation in docstrings and user guide #29890

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
4 changes: 3 additions & 1 deletion 4 sklearn/cluster/_spectral.py
Original file line number Diff line number Diff line change
Expand Up @@ -287,7 +287,9 @@ def spectral_clustering(
The cluster_qr method [5]_ directly extracts clusters from eigenvectors
in spectral clustering. In contrast to k-means and discretization, cluster_qr
has no tuning parameters and is not an iterative method, yet may outperform
k-means and discretization in terms of both quality and speed.
k-means and discretization in terms of both quality and speed. For a detailed
comparison of clustering strategies, refer to the following example:
:ref:`sphx_glr_auto_examples_cluster_plot_coin_segmentation.py`.

.. versionchanged:: 1.1
Added new labeling method 'cluster_qr'.
Expand Down
Morty Proxy This is a proxified and sanitized view of the page, visit original site.