Unit III - MMD - Lecture Notes
Unit III - MMD - Lecture Notes
(20DS7T07)
R20 :: CSE (DATA SCIENCE) :: IV–I Semester
LECTURE NOTES
The purpose of the Bloom filter is to allow through all stream elements whose keys are in S,
while rejecting most of the stream elements whose keys are not in S.
To initialize the bit array, begin with all bits 0. Take each key value in S and hash it using
each of the k hash functions. Set to 1 each bit that is hi(K) for some hash function hi and
some key value K in S.