From 73867bf4ff20344d98ef4898390aa78672108c4e Mon Sep 17 00:00:00 2001 From: nadams Date: Thu, 18 May 2017 08:27:10 -0700 Subject: [PATCH] Edited ch08.asciidoc with Atlas code editor --- ch08.asciidoc | 2 ++ 1 file changed, 2 insertions(+) diff --git a/ch08.asciidoc b/ch08.asciidoc index d8a6be15..09ffb3e7 100644 --- a/ch08.asciidoc +++ b/ch08.asciidoc @@ -234,6 +234,7 @@ image::images/mbc2_0809.png["Bloom2"] <> is an example of adding a second pattern "B" to the simple bloom filter. [[bloom3]] +[role="smallerninety"] .Adding a second pattern "B" to our simple bloom filter image::images/mbc2_0810.png["Bloom3"] @@ -242,6 +243,7 @@ To test if a pattern is part of a bloom filter, the pattern is hashed by each ha <> is an example of testing the existence of pattern "X" in the simple bloom filter. The corresponding bits are set to +1+, so the pattern is probably a match. [[bloom4]] +[role="smallerninety"] .Testing the existence of pattern "X" in the bloom filter. The result is a probabilistic positive match, meaning "Maybe." image::images/mbc2_0811.png["Bloom4"]