You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I try to do regression test for error rate for BloomFilter and ScalableBloomFilter.
For simple BloomFilter, the error_rate is in expected <0.01.
But for ScalableBloomFilter, error_rate always around 0.02 (expected 0.01)
In test, I allocated test_items in the total size of underlying bit arrays, if filter returned True, but item not in original inserted set, I thought it's a false positive item.
Wondering whether my test approach is right?
Thanks.
The text was updated successfully, but these errors were encountered:
monsterxx03
changed the title
[Question] regression test for error ratio
[Question] regression test for error rate
Nov 21, 2018
I try to do regression test for error rate for BloomFilter and ScalableBloomFilter.
For simple BloomFilter, the error_rate is in expected
<0.01
.But for ScalableBloomFilter, error_rate always around 0.02 (expected 0.01)
In test, I allocated
test_items
in the total size of underlying bit arrays, if filter returned True, but item not in original inserted set, I thought it's a false positive item.Wondering whether my test approach is right?
Thanks.
The text was updated successfully, but these errors were encountered: