| Package | Description |
|---|---|
| de.jungblut.nlp |
| Modifier and Type | Method and Description |
|---|---|
static MinHash |
MinHash.create(int numHashes)
Creates a
MinHash instance with the given number of hash functions
with a linear hashing function. |
static MinHash |
MinHash.create(int numHashes,
long seed)
Creates a
MinHash instance with the given number of hash functions
and a seed to be used in parallel systems. |
static MinHash |
MinHash.create(int numHashes,
MinHash.HashType type)
Creates a
MinHash instance with the given number of hash functions. |
static MinHash |
MinHash.create(int numHashes,
MinHash.HashType type,
long seed)
Creates a
MinHash instance with the given number of hash functions
and a seed to be used in parallel systems. |
Copyright © 2016. All rights reserved.