局部敏感哈希

时间:2018-04-30 05:28:36
【文件属性】:
文件名称:局部敏感哈希
文件大小:15KB
文件格式:ZIP
更新时间:2018-04-30 05:28:36
LSH 检索 LSH的详细介绍以及代码实现,以及在不同的距离度量下的代码实现
【文件预览】:
LSH-master
----include()
--------container_traits.hpp(5KB)
--------random.hpp(1KB)
--------array_adopter.hpp(2KB)
--------hash.hpp(4KB)
--------array.hpp(776B)
--------map_traits.hpp(1KB)
--------hash_multi_classifier.hpp(3KB)
----minhash()
--------include()
--------Makefile.am(14B)
--------src()
----Makefile.am(27B)
----README(0B)
----simhash()
--------include()
--------Makefile.am(14B)
--------src()
----configure.ac(629B)

网友评论

  • 在github有相同的代码。实现了minhash和simhash两种方法。