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


8. 10
   gUU gets the binned subgroups and elements union

 

logo

gUU a1 [a2 .. aN]       where a1 [a2 .. aN] are set variables

gUU`mtm~ a1 [a2 .. aN]

gUU/mtm~ a1 [a2 .. aN]

gUU

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 gUU gets the binned subgroups and elements union

Use the gUU operator to get the union between 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.

 

gUU EXAMPLE
The following example shows how to get the union of binned set variables in the sample workspace WS1.

 

gUU OPERATION

aspl WS1
    (start ASPL loading the sample workspace WS1 )

①  aspl> av
    (print the augmented symbol table)

②  aspl> gUU aa1 aa2
    (show the union of two binned variables aa1 and aa2 )

③  aspl> gUU`c= aa1 aa2
    (show the union of two binned variables aa1 and aa2 such that the checksums are equal)

④  aspl> gUU`c~ aa1 aa2
    (show the union of two binned variables aa1 and aa2 such that the checksums are unequal)

⑤  aspl> gUU`mtm= aa1 aa2
    (show union of two binned variables aa1 and aa2 such that the mtimes are equal)

⑥  aspl> gUU`mtm~ aa1 aa2
    (show the union of two binned variables aa1 and aa2 such that the mtimes are unequal)

 

● Tickable Predicates for gUU

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

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