Package | Description |
---|---|
edu.georgetown.gucs.bloomfilter | |
edu.georgetown.gucs.fingerprinter |
Modifier and Type | Method and Description |
---|---|
static LongFastBloomFilter |
LongFastBloomFilter.getFilter(long predictedNumElements,
double falsePositiveProbability) |
Modifier and Type | Method and Description |
---|---|
static ICompactSerializer<LongFastBloomFilter> |
LongFastBloomFilter.serializer() |
Modifier and Type | Field and Description |
---|---|
protected LongFastBloomFilter |
Fingerprinter.base64BloomFilter
the bloom filter stored in the fingerprintFile
|
protected LongFastBloomFilter |
Fingerprinter.bloomFilter
the bloom filter that stores each token to determine a words presence
|
Modifier and Type | Method and Description |
---|---|
LongFastBloomFilter |
Fingerprinter.addBloomFilter(java.util.List<Token> tokenList)
Create a bloomFilter using a set of tokens
|