Difference between revisions of "TDSM 10.7"

From The Data Science Design Manual Wikia
Jump to: navigation, search
(Created page with "If there are n numbers in dataset, p can have at most n-1 nearest neighbors.")
 
 
Line 1: Line 1:
 
If there are n numbers in dataset, p can have at most n-1 nearest neighbors.
 
If there are n numbers in dataset, p can have at most n-1 nearest neighbors.
 +
 +
Imagine that p is the center of a circle. And all other points lie on the circle.

Latest revision as of 02:29, 10 December 2017

If there are n numbers in dataset, p can have at most n-1 nearest neighbors.

Imagine that p is the center of a circle. And all other points lie on the circle.