| Package | Description |
|---|---|
| de.jungblut.nlp |
| Modifier and Type | Method and Description |
|---|---|
static MinHash.HashType |
MinHash.HashType.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static MinHash.HashType[] |
MinHash.HashType.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
| Modifier and Type | Method and Description |
|---|---|
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.