Code
Hub
Workspaces
Following
Trending
Connect
MCP
copy
Create free account
hub
/
github.com/BIT-DataLab/LakeBench
/ lshTest.py
File
lshTest.py
union/TUS/lshTest.py:None–None ·
view source on GitHub ↗
Source
from the content-addressed store, hash-verified
1
from
datasketch
import
MinHash, MinHashLSH
2
3
# 创建MinHashLSH对象
4
lsh = MinHashLSH(threshold=0.5, num_perm=128)
Callers
nothing calls this directly
Calls
5
MinHashLSH
Class · 0.90
MinHash
Class · 0.90
update
Method · 0.45
insert
Method · 0.45
query
Method · 0.45
Tested by
no test coverage detected