is not current version
Last Version 0.2

com.liveramp:hyperminhash 0.1

HyperMinHash is a probabilistic data structure that can approximate union, intersection, and set cardinalities as well as Jaccard indices of very large sets with high accuracy, in loglog space, and in a streaming fashion.

GroupId

GroupId

com.liveramp
ArtifactId

ArtifactId

hyperminhash
Version

Version

0.1
Type

Type

jar

Download hyperminhash 0.1


<!-- https://jarcasting.com/artifacts/com.liveramp/hyperminhash/ -->
<dependency>
    <groupId>com.liveramp</groupId>
    <artifactId>hyperminhash</artifactId>
    <version>0.1</version>
</dependency>
// https://jarcasting.com/artifacts/com.liveramp/hyperminhash/
implementation 'com.liveramp:hyperminhash:0.1'
// https://jarcasting.com/artifacts/com.liveramp/hyperminhash/
implementation ("com.liveramp:hyperminhash:0.1")
'com.liveramp:hyperminhash:jar:0.1'
<dependency org="com.liveramp" name="hyperminhash" rev="0.1">
  <artifact name="hyperminhash" type="jar" />
</dependency>
@Grapes(
@Grab(group='com.liveramp', module='hyperminhash', version='0.1')
)
libraryDependencies += "com.liveramp" % "hyperminhash" % "0.1"
[com.liveramp/hyperminhash "0.1"]