downsize

fun downsize(targetMaxSaturation: Float): FuzzySet?

Return

a smaller FuzzySet or null if the current set is already over-saturated

Parameters

targetMaxSaturation

A number between 0 and 1 describing the % of bits that would ideally be set in the result. Lower values have better accuracy but require more space.