data mining - What does `locality-sensitive` stands for in locality-sensitive hashing? -


what locality-sensitive stands in locality-sensitive hashing ? there formal definition of term ?

lsh maps high dimension vectors buckets , tries ensure vectors "near" each other mapped same bucket. definition of "near" neighborhood respect distance function (e.g. euclidean).

"locality" refers region in space; , "sensitive" means nearby locations mapped same bucket. in other words, output of hashing function depends on (is sensitive to) location in space (the locality).

this understanding. sure theoretical folks must have more formal definition. hope helps.


Comments

Popular posts from this blog

monitor web browser programmatically in Android? -

Shrink a YouTube video to responsive width -

wpf - PdfWriter.GetInstance throws System.NullReferenceException -