Method IsSaturated
IsSaturated(FuzzySet, FieldInfo)
Used to determine if the given filter has reached saturation and should be retired i.e. not saved any more.
Declaration
public abstract bool IsSaturated(FuzzySet bloomFilter, FieldInfo fieldInfo)
Parameters
Type | Name | Description |
---|---|---|
FuzzySet | bloomFilter | The bloomFilter being tested. |
FieldInfo | fieldInfo | The field with which this filter is associated. |
Returns
Type | Description |
---|---|
System.Boolean | true if the set has reached saturation and should be retired. |