MCPcopy Create free account
hub / github.com/BIT-DataLab/LakeBench / _parse_hashvalues

Method _parse_hashvalues

join/LSH/datasketch/minhash.py:120–121  ·  view source on GitHub ↗
(self, hashvalues)

Source from the content-addressed store, hash-verified

118 ], dtype=np.uint64).T
119
120 def _parse_hashvalues(self, hashvalues):
121 return np.array(hashvalues, dtype=np.uint64)
122
123 def update(self, b):
124 '''Update this MinHash with a new value.

Callers 1

__init__Method · 0.95

Calls

no outgoing calls

Tested by

no test coverage detected