Package | Description |
---|---|
com.clearspring.analytics.stream.membership |
Modifier and Type | Method and Description |
---|---|
static BloomCalculations.BloomSpecification |
BloomCalculations.computeBucketsAndK(double maxFalsePosProb)
Given a maximum tolerable false positive probability, compute a Bloom
specification which will give less than the specified false positive rate,
but minimize the number of buckets per element and the number of hash
functions used.
|
Copyright © 2019. All rights reserved.