An Algorithm for Finding Best Matches in Logarithmic Expected Time
Jerome H. Friedman(SLAC National Accelerator Laboratory), Jon Bentley(University of North Carolina at Chapel Hill), Raphael A. Finkel(Stanford University)
Cited by 2,803Open Access
Abstract
An algorithm and data structure are presented for searching a file containing N records, each described by k real valued keys, for the m closest matches or nearest neighbors to a given query record. The computation required to organize the file is proportional to kNlogN. The expected number of records examined in each search is independent of the file size. The expected computation to perform each search is proportional-to 1ogN. Empirical evidence suggests that except for very small files, this algorithm is considerably faster than other methods.
Related Papers
No related papers found
Powered by citation graph analysis