com.liveramp:hyperminhash

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.

License

License

GroupId

GroupId

com.liveramp
ArtifactId

ArtifactId

hyperminhash
Last Version

Last Version

0.2
Release Date

Release Date

Type

Type

jar
Description

Description

com.liveramp:hyperminhash
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.
Project Organization

Project Organization

LiveRamp

Download hyperminhash

How to add to project

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

Dependencies

compile (1)

Group / Artifact Type Version
org.apache.commons : commons-math3 jar 3.4.1

test (1)

Group / Artifact Type Version
junit : junit jar 4.12

Project Modules

There are no modules declared in this project.

Versions

Version
0.2
0.1