MCPcopy 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

1from datasketch import MinHash, MinHashLSH
2
3# 创建MinHashLSH对象
4lsh = MinHashLSH(threshold=0.5, num_perm=128)

Callers

nothing calls this directly

Calls 5

MinHashLSHClass · 0.90
MinHashClass · 0.90
updateMethod · 0.45
insertMethod · 0.45
queryMethod · 0.45

Tested by

no test coverage detected