I would like to obtain the number of bits set to one in the underlying bit array.
I'd like to use it to estimate the length of the bloom filter after a union or intersection using the formulae described on Wikipedia by Swamidass & Baldi (2007). Or have I got it wrong?
I would like to obtain the number of bits set to one in the underlying bit array.
I'd like to use it to estimate the length of the bloom filter after a union or intersection using the formulae described on Wikipedia by Swamidass & Baldi (2007). Or have I got it wrong?