License |
License |
---|---|
GroupId | GroupIdcom.liveramp |
ArtifactId | ArtifactIdhyperminhash |
Last Version | Last Version0.2 |
Release Date | Release Date |
Type | Typejar |
Description |
Descriptioncom.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 OrganizationLiveRamp |
Filename | Size |
---|---|
hyperminhash-0.2.pom | |
hyperminhash-0.2.jar | 87 KB |
hyperminhash-0.2-sources.jar | 52 KB |
hyperminhash-0.2-javadoc.jar | 89 KB |
Browse |
<!-- 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"]
Group / Artifact | Type | Version |
---|---|---|
org.apache.commons : commons-math3 | jar | 3.4.1 |
Group / Artifact | Type | Version |
---|---|---|
junit : junit | jar | 4.12 |