Autoscaling Bloom Filter: Controlling Trade-off Between True and False Positives

May 10, 2017 Β· Declared Dead Β· πŸ› Neural computing & applications (Print)

πŸ‘» CAUSE OF DEATH: Ghosted
No code link whatsoever

"No code URL or promise found in abstract"

Evidence collected by the PWNC Scanner

Authors Denis Kleyko, Abbas Rahimi, Ross W. Gayler, Evgeny Osipov arXiv ID 1705.03934 Category cs.DS: Data Structures & Algorithms Citations 39 Venue Neural computing & applications (Print) Last Checked 3 months ago
Abstract
A Bloom filter is a simple data structure supporting membership queries on a set. The standard Bloom filter does not support the delete operation, therefore, many applications use a counting Bloom filter to enable deletion. This paper proposes a generalization of the counting Bloom filter approach, called "autoscaling Bloom filters", which allows adjustment of its capacity with probabilistic bounds on false positives and true positives. In essence, the autoscaling Bloom filter is a binarized counting Bloom filter with an adjustable binarization threshold. We present the mathematical analysis of the performance as well as give a procedure for minimization of the false positive rate.
Community shame:
Not yet rated
Community Contributions

Found the code? Know the venue? Think something is wrong? Let us know!

πŸ“œ Similar Papers

In the same crypt β€” Data Structures & Algorithms

Died the same way β€” πŸ‘» Ghosted