8000
We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent b72e81a commit 910e150Copy full SHA for 910e150
sklearn/cluster/_mean_shift.py
@@ -216,8 +216,8 @@ def mean_shift(
216
217
Notes
218
-----
219
- For an example, see :ref:`examples/cluster/plot_mean_shift.py
220
- <sphx_glr_auto_examples_cluster_plot_mean_shift.py>`.
+ For a usage example, see
+ :ref:`sphx_glr_auto_examples_cluster_plot_mean_shift.py`.
221
222
Examples
223
--------
@@ -308,6 +308,9 @@ class MeanShift(ClusterMixin, BaseEstimator):
308
309
Seeding is performed using a binning technique for scalability.
310
311
+ For an example of how to use MeanShift clustering, refer to:
312
313
+
314
Read more in the :ref:`User Guide <mean_shift>`.
315
316
Parameters
0 commit comments