( ** Go back to PARENTPAGE ../Fuzzy-Matching-in-Set-Operations.html)
( ** Go back to HOMESITE https://www.tcnd.com)
( ** Go back to SetSphere https://www.setsphere.com)

Fuzzy matching random bit elements using the fuzzy set intersection operator

Here we show how to use ASPL fuzzy set operation to compare the elements in the random bit group

ASPL 1> v
RANDONEBIT loaded, display the variables

ASPL 2> fuzzy
print current fuzzy distance

ASPL 3> yU v1 v2
display the fuzzy union between v1 and v2

ASPL 4> fuzzy 0
set fuzzy to 0

ASPL 5> yU v1 v2
now fuzzy is 0, display the fuzzy union between v1 and v2

ASPL 6> fuzzy 1
set fuzzy distance to 1

ASPL 7> y& v1 v2 v3
display the fuzzy intersection between v1 v2 v3

ASPL 8> quit
sweet!