File tree Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Expand file tree Collapse file tree 1 file changed +4
-4
lines changed Original file line number Diff line number Diff line change @@ -120,8 +120,8 @@ def dbscan(
120
120
121
121
Notes
122
122
-----
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`.
125
125
126
126
This implementation bulk-computes all neighborhood queries, which increases
127
127
the memory complexity to O(n.d) where d is the average number of neighbors,
@@ -278,8 +278,8 @@ class DBSCAN(ClusterMixin, BaseEstimator):
278
278
279
279
Notes
280
280
-----
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`.
283
283
284
284
This implementation bulk-computes all neighborhood queries, which increases
285
285
the memory complexity to O(n.d) where d is the average number of neighbors,
You can’t perform that action at this time.
0 commit comments