|
|
|
|
|
by omlettehead
3267 days ago
|
|
If you want to invert the boolean check, then you need to invert the input space as well, which is not possible. For example, consider a Bloom filter checking the availability of a username during sign up. If you want an inverse Bloom filter that checks if it is not not in the group, then you need to load it with all possible usernames. |
|