Thanks to visit codestin.com
Credit goes to github.com

Skip to content

Commit fb5eff0

Browse files
committed
Update _dbscan.py
1 parent ba40be4 commit fb5eff0

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

sklearn/cluster/_dbscan.py

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -120,8 +120,8 @@ def dbscan(
120120
121121
Notes
122122
-----
123-
For an example, see :ref:`examples/cluster/plot_dbscan.py
124-
<sphx_glr_auto_examples_cluster_plot_dbscan.py>`.
123+
For an example, see
124+
:ref:`sphx_glr_auto_examples_cluster_plot_dbscan.py`.
125125
126126
This implementation bulk-computes all neighborhood queries, which increases
127127
the memory complexity to O(n.d) where d is the average number of neighbors,
@@ -278,8 +278,8 @@ class DBSCAN(ClusterMixin, BaseEstimator):
278278
279279
Notes
280280
-----
281-
For an example, see :ref:`examples/cluster/plot_dbscan.py
282-
<sphx_glr_auto_examples_cluster_plot_dbscan.py>`.
281+
For an example, see
282+
:ref:`sphx_glr_auto_examples_cluster_plot_dbscan.py`.
283283
284284
This implementation bulk-computes all neighborhood queries, which increases
285285
the memory complexity to O(n.d) where d is the average number of neighbors,

0 commit comments

Comments
 (0)