Skip to content

Commit 2d9cf09

Browse files
committed
Pushing the docs to dev/ for branch: main, commit dadabb5b7867428afa2e05cdfa50c03cb8eac15f
1 parent 2fbd06b commit 2d9cf09

File tree

1,306 files changed

+5735
-5722
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,306 files changed

+5735
-5722
lines changed

dev/.buildinfo

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
11
# Sphinx build info version 1
22
# This file hashes the configuration used when building these files. When it is not found, a full rebuild will be done.
3-
config: 38cef46b6802d559794f4317c62c8a58
3+
config: 969f05cbbb6cecf30f178e6e35af0c26
44
tags: 645f666f9bcd5a90fca523b33c5a78b7
Binary file not shown.
Binary file not shown.

dev/_downloads/8025056f1d24411e898c2d0086371880/plot_optics.ipynb

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
"cell_type": "markdown",
55
"metadata": {},
66
"source": [
7-
"\n# Demo of OPTICS clustering algorithm\n\n.. currentmodule:: sklearn\n\nFinds core samples of high density and expands clusters from them.\nThis example uses data that is generated so that the clusters have\ndifferent densities.\nThe :class:`~cluster.OPTICS` is first used with its Xi cluster detection\nmethod, and then setting specific thresholds on the reachability, which\ncorresponds to :class:`~cluster.DBSCAN`. We can see that the different\nclusters of OPTICS's Xi method can be recovered with different choices of\nthresholds in DBSCAN.\n"
7+
"\n# Demo of OPTICS clustering algorithm\n\n.. currentmodule:: sklearn\n\nFinds core samples of high density and expands clusters from them.\nThis example uses data that is generated so that the clusters have\ndifferent densities.\n\nThe :class:`~cluster.OPTICS` is first used with its Xi cluster detection\nmethod, and then setting specific thresholds on the reachability, which\ncorresponds to :class:`~cluster.DBSCAN`. We can see that the different\nclusters of OPTICS's Xi method can be recovered with different choices of\nthresholds in DBSCAN.\n"
88
]
99
},
1010
{

dev/_downloads/fe139d44b92c775a3b44dcefd61ea1bb/plot_optics.py

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -8,6 +8,7 @@
88
Finds core samples of high density and expands clusters from them.
99
This example uses data that is generated so that the clusters have
1010
different densities.
11+
1112
The :class:`~cluster.OPTICS` is first used with its Xi cluster detection
1213
method, and then setting specific thresholds on the reachability, which
1314
corresponds to :class:`~cluster.DBSCAN`. We can see that the different

dev/_downloads/scikit-learn-docs.zip

-4.19 KB
Binary file not shown.
208 Bytes
43 Bytes
203 Bytes
-146 Bytes

0 commit comments

Comments
 (0)