@@ -139,13 +139,15 @@ def dbscan(
139
139
140
140
References
141
141
----------
142
- Ester, M., H. P. Kriegel, J. Sander, and X. Xu, "A Density-Based
143
- Algorithm for Discovering Clusters in Large Spatial Databases with Noise".
142
+ Ester, M., H. P. Kriegel, J. Sander, and X. Xu, `"A Density-Based
143
+ Algorithm for Discovering Clusters in Large Spatial Databases with Noise"
144
+ <https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf>`_.
144
145
In: Proceedings of the 2nd International Conference on Knowledge Discovery
145
146
and Data Mining, Portland, OR, AAAI Press, pp. 226-231. 1996
146
147
147
148
Schubert, E., Sander, J., Ester, M., Kriegel, H. P., & Xu, X. (2017).
148
- DBSCAN revisited, revisited: why and how you should (still) use DBSCAN.
149
+ :doi:`"DBSCAN revisited, revisited: why and how you should (still) use DBSCAN."
150
+ <10.1145/3068335>`
149
151
ACM Transactions on Database Systems (TODS), 42(3), 19.
150
152
"""
151
153
@@ -277,13 +279,15 @@ class DBSCAN(ClusterMixin, BaseEstimator):
277
279
278
280
References
279
281
----------
280
- Ester, M., H. P. Kriegel, J. Sander, and X. Xu, "A Density-Based
281
- Algorithm for Discovering Clusters in Large Spatial Databases with Noise".
282
+ Ester, M., H. P. Kriegel, J. Sander, and X. Xu, `"A Density-Based
283
+ Algorithm for Discovering Clusters in Large Spatial Databases with Noise"
284
+ <https://www.aaai.org/Papers/KDD/1996/KDD96-037.pdf>`_.
282
285
In: Proceedings of the 2nd International Conference on Knowledge Discovery
283
286
and Data Mining, Portland, OR, AAAI Press, pp. 226-231. 1996
284
287
285
288
Schubert, E., Sander, J., Ester, M., Kriegel, H. P., & Xu, X. (2017).
286
- DBSCAN revisited, revisited: why and how you should (still) use DBSCAN.
289
+ :doi:`"DBSCAN revisited, revisited: why and how you should (still) use DBSCAN."
290
+ <10.1145/3068335>`
287
291
ACM Transactions on Database Systems (TODS), 42(3), 19.
288
292
289
293
Examples
0 commit comments