currentFpp

public double currentFpp()

Returns the current false positive probability (FPP) of this filter.

Return

the probability that contains will erroneously return true given an element that has not actually been added to the filter. Unlike a bloom filter, a cuckoo filter cannot become saturated to the point of significantly degrading its FPP.

See also