File tree Expand file tree Collapse file tree 2 files changed +47
-88
lines changed
Expand file tree Collapse file tree 2 files changed +47
-88
lines changed Original file line number Diff line number Diff line change @@ -141,8 +141,8 @@ at least their core distance away from any other point. This effectively
141141upon the choice of *k *; larger *k * values interpret more points as being
142142in the 'sea'. All of this is a little easier to understand with a
143143picture, 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
155155And 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
157157again.
158158
159159.. image :: images/distance3.svg
You can’t perform that action at this time.
0 commit comments