Skip to content

A Hybrid search between LSH and Linear Search for speeding up the problem of reporting all near neighbors

Notifications You must be signed in to change notification settings

NinhPham/LSH_HLL

Folders and files

NameName
Last commit message
Last commit date

Latest commit

 

History

4 Commits
 
 
 
 
 
 

Repository files navigation

HybridLSH search - Faster near neighbors reporting in high-dimensional space (EDBT 2017) By integrating HyperLogLog data structures into LSH hash tables, HybridLSH can efficiently estimate the computational cost of LSH-based search for a given query regardless of the data distribution for reporting ALL near neighbors. Therefore, it can choose the appropriate search strategy between LSH-based search and linear search to achieve better performance.

About

A Hybrid search between LSH and Linear Search for speeding up the problem of reporting all near neighbors

Resources

Stars

Watchers

Forks

Releases

No releases published

Packages

No packages published

Languages