Vocabularybloom-filtersInputserror-rate | The desired false positive rate. A float between 0 and 1. |
capacity | The expected number of object in the set. A positive integer. |
OutputsWord descriptionCreates an empty Bloom filter.
ErrorsThrows a
invalid-size when unable to produce a filter meeting the given constraints. Throws a
invalid-error-rate or a
invalid-capacity when input is invalid.
Definition