ASPL Guide to Operations v 1.00
© 2024 by SetSphere.COM
8. 6dUU gets the binned subgroups union
dUU a1 [a2 .. aN] where a1 [a2 .. aN] are set variables
dUU`mtm~ a1 [a2 .. aN]
dUU/mtm~ a1 [a2 .. aN]
dUU
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
Use the dUU operator to get the union of the subgroups 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.
dUU EXAMPLEThe following example shows how to get the symmetric difference of the subgroups between binned set variables in the sample workspace WS1.
dUU OPERATION# aspl WS1
(start ASPL loading the sample workspace WS1 )
① aspl>
av
(print the augmented (or binned) symbol table)
② aspl>
dUU aa2 aa3 aa4
(print the subgroups union between binned variables aa1 aa2 aa3 )
③ aspl>
dUU`mtm= aa2 aa3 aa4
(print the subgroups union between binned variables aa1 aa2 aa3 where mtimes are equal)
④ aspl>
dUU`mtm~ aa2 aa3 aa4
(print the subgroups union between binned variables aa1 aa2 aa3 where mtimes are unequal)
⑤ aspl>
dUU`mtm~~ aa2 aa3 aa4
(print the subgroups union between binned variables aa1 aa2 aa3 where mtimes are all over unequal)
● Tickable Predicates for dUU
This dUU is tickable with predicates that are shown in the following table:
a yellow note
dUU`_ gets the binned subgroups union for the plularity of matching relations dUU`c= gets the binned subgroups union for the plularity of matching relations such that they have the same checksum dUU`c~ gets the binned subgroups union for the plularity of matching relations such that they have different checksums dUU`c~~ gets the binned subgroups union for the plularity of matching relations such that they have all over different checksums dUU`h= gets the binned subgroups union for the plularity of matching relations such that they have the same entropy dUU`h~ gets the binned subgroups union for the plularity of matching relations such that they have different entropies dUU`h~~ gets the binned subgroups union for the plularity of matching relations such that they have all over different entropies dUU`mtm= gets the binned subgroups union for the plularity of matching relations such that they have the same make time dUU`mtm~ gets the binned subgroups union for the plularity of matching relations such that they have different make times dUU`mtm~~ gets the binned subgroups union for the plularity of matching relations such that they have all over different make times dUU`ks= gets the binned subgroups union for the plularity of matching relations such that they have the same ksum dUU`ks~ gets the binned subgroups union for the plularity of matching relations such that they have different ksums dUU`ks~~ gets the binned subgroups union for the plularity of matching relations such that they have all over different ksums