We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 8af2507 commit 0b6f7b8Copy full SHA for 0b6f7b8
doc/source/dbscan.md
@@ -23,7 +23,7 @@ A cluster, which is a subset of the given set of points, satisfies two
23
properties:
24
1. All points within the cluster are mutually *density-connected*,
25
meaning that for any two distinct points ``p`` and ``q`` in a
26
- cluster, there exists a point ``o`` sucht that both ``p`` and ``q``
+ cluster, there exists a point ``o`` such that both ``p`` and ``q``
27
are density reachable from ``o``.
28
2. If a point is density-connected to any point of a cluster, it is
29
also part of that cluster.
0 commit comments