Skip to content

Commit 577a65a

Browse files
committed
Pushing the docs to dev/ for branch: main, commit 7ae0cb688a25701c2019dfc0e55f0e07bf234346
1 parent 081e85e commit 577a65a

File tree

1,260 files changed

+4438
-4427
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

1,260 files changed

+4438
-4427
lines changed
Binary file not shown.

dev/_downloads/0b802e24fdcd192a452e91580f278039/plot_dbscan.py

Lines changed: 3 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,9 @@
44
Demo of DBSCAN clustering algorithm
55
===================================
66
7-
Finds core samples of high density and expands clusters from them.
7+
DBSCAN (Density-Based Spatial Clustering of Applications with Noise)
8+
finds core samples of high density and expands clusters from them.
9+
This algorithm is good for data which contains clusters of similar density.
810
911
"""
1012

dev/_downloads/23a5a575578f08cc0071cc070953a655/plot_dbscan.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@
1515
"cell_type": "markdown",
1616
"metadata": {},
1717
"source": [
18-
"\n# Demo of DBSCAN clustering algorithm\n\nFinds core samples of high density and expands clusters from them.\n"
18+
"\n# Demo of DBSCAN clustering algorithm\n\nDBSCAN (Density-Based Spatial Clustering of Applications with Noise)\nfinds core samples of high density and expands clusters from them.\nThis algorithm is good for data which contains clusters of similar density.\n"
1919
]
2020
},
2121
{
Binary file not shown.

dev/_downloads/scikit-learn-docs.zip

9.72 KB
Binary file not shown.
-243 Bytes
-239 Bytes
165 Bytes
171 Bytes
-62 Bytes

0 commit comments

Comments
 (0)