Jump to content

Locality-preserving hashing

From Wikipedia, the free encyclopedia
This is an old revision of this page, as edited by 207.137.79.1 (talk) at 21:51, 20 November 2006. The present address (URL) is a permanent link to this revision, which may differ significantly from the current revision.

In computer science, a locality preserving hashing is a hash function f that maps a point or points in a multidimensional coordinate space to a scalar value, such that if we have three points A, B and C such that distance(A, B) < distance(B, C), then abs(f(A) − f(B)) < abs(f(B) − f(C)).