From c96154d3998f887f0171bf9da07bd7d74c716dfd Mon Sep 17 00:00:00 2001 From: jmalkin <786705+jmalkin@users.noreply.github.com> Date: Fri, 8 Mar 2024 00:33:32 +0000 Subject: [PATCH] =?UTF-8?q?Deploying=20to=20gh-pages=20from=20@=20apache/d?= =?UTF-8?q?atasketches-java@8ae234b13c852003bd35aa57ebb1e63d189bc52a=20?= =?UTF-8?q?=F0=9F=9A=80?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- docs/master/member-search-index.zip | Bin 17277 -> 17277 bytes .../bloomfilter/BloomFilterBuilder.html | 2 +- docs/master/package-search-index.zip | Bin 374 -> 374 bytes docs/master/type-search-index.zip | Bin 1659 -> 1659 bytes 4 files changed, 1 insertion(+), 1 deletion(-) diff --git a/docs/master/member-search-index.zip b/docs/master/member-search-index.zip index 921440c2c4e173a660c4a45350b3b85f383d7884..85bf3efb01009d682722e6eaa16b8997a3ff564b 100644 GIT binary patch delta 32 mcmey{#`w35kvG7bnMH(wgM))XpCw}>uYxl(ke+Pd>Class BloomFilterBuilder extends Object
This class provides methods to help estimate the correct paramters to use when creating a Bloom filter, and methods to create the filter using those values.
- +The underlying math is described in the Wikipedia article on Bloom filters.