Skip to content

Commit 809b753

Browse files
committed
Fix documentation and notebooks as per issue #75
1 parent 94f2c94 commit 809b753

File tree

2 files changed

+47
-88
lines changed

2 files changed

+47
-88
lines changed

docs/how_hdbscan_works.rst

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -141,8 +141,8 @@ at least their core distance away from any other point. This effectively
141141
upon the choice of *k*; larger *k* values interpret more points as being
142142
in the 'sea'. All of this is a little easier to understand with a
143143
picture, so let's use a *k* value of five. Then for a given point we can
144-
draw a circle for the core distance as the circle that touches the fifth
145-
nearest neighbor, like so:
144+
draw a circle for the core distance as the circle that touches the sixth
145+
nearest neighbor (counting the point itself), like so:
146146

147147
.. image:: images/distance1.svg
148148

@@ -153,7 +153,7 @@ picked out).
153153
.. image:: images/distance2.svg
154154

155155
And we can do that a third time for good measure, with another set of
156-
five nearest neighbors and another circle with slightly different radius
156+
six nearest neighbors and another circle with slightly different radius
157157
again.
158158

159159
.. image:: images/distance3.svg

0 commit comments

Comments
 (0)