ASPL Guide to Operations v 1.00
© 2024 by SetSphere.COM


8. 2
   fUU gets the binned elements union

 

logo

fUU a1 [a2 .. aN]       where a1 [a2 .. aN] are binned set variables

fUU`mtm~ a1 [a2 .. aN]

fUU/mtm~ a1 [a2 .. aN]

fUU

When specified by itself then the operation is performed on the object on top of the stack and the one that is one below it, then the result is pushed on the augmented stack

asetop  asetoid  1**  commu        ins:H_H_AH  ous:H_H_AH

●  Operator fUU gets the binned elements union

Use the operator fUU to get the union of the elements in the binned set variables. The binned set variables are also called augmented set variables and are saved in the augmented symbol table. You can display the binned variables using the av command, and the binned answer stack using the command ens.

 

fUU EXAMPLE
The following example shows how to get the union of the elements between binned set variables in the sample workspace RANDONEBITMIX.

 

fUU Operation

aspl RANDONEBITMIX
    (start ASPL loading the sample workspace RANDONEBITMIX)

①  aspl> v
    (print the symbol table)

②  aspl> av
    (print the augmented symbol table)

③  aspl> gg1 *= g1
    (create the binned variable from the set variable g1)

④  aspl> gg2 *= g2
    (create the binned variable from the set variable g2)

⑤  aspl> v
    (print the symbol table)

⑥  aspl> av
    (print the augmented symbol table)

⑦  aspl> fUU gg1 gg2
    (display the union of binned variables aa1 aa2 )

⑧  aspl> gguu12 = fUU gg1 gg2
    (gguu12 is assigned the union of binned variables gg1 gg2 )

⑨  aspl> av
    (print the augmented symbol table)

⑩  aspl> adisplay gguu12
    (display the binned variable gguu12)

 

● Tickable Predicates for fUU

This fUU is tickable with predicates that are shown in the following table:

       a yellow note
fUU`_  gets the binned elements union for the plularity of matching relations 
fUU`c=  gets the binned elements union for the plularity of matching relations such that they have the same checksum 
fUU`c~  gets the binned elements union for the plularity of matching relations such that they have different checksums 
fUU`c~~  gets the binned elements union for the plularity of matching relations such that they have all over different checksums 
fUU`h=  gets the binned elements union for the plularity of matching relations such that they have the same entropy 
fUU`h~  gets the binned elements union for the plularity of matching relations such that they have different entropies 
fUU`h~~  gets the binned elements union for the plularity of matching relations such that they have all over different entropies 
fUU`mtm=  gets the binned elements union for the plularity of matching relations such that they have the same make time 
fUU`mtm~  gets the binned elements union for the plularity of matching relations such that they have different make times 
fUU`mtm~~  gets the binned elements union for the plularity of matching relations such that they have all over different make times 
fUU`ks=  gets the binned elements union for the plularity of matching relations such that they have the same ksum 
fUU`ks~  gets the binned elements union for the plularity of matching relations such that they have different ksums 
fUU`ks~~  gets the binned elements union for the plularity of matching relations such that they have all over different ksums 
(C)2024 ASPL Inc.