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


8. 8
   dDD gets the binned subgroups symmetric difference

 

logo

dDD a1 a2 [a3 .. aN]       where a1 a2 [a3 .. aN] are set variables

dDD`mtm~ a1 a2 [a3 .. aN]

dDD/mtm~ a1 a2 [a3 .. aN]

dDD

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  2*          ins:H_H_AH  ous:H_H_AH

●  Operator dDD gets the binned subgroups symmetric difference

Use the dDD operator to get the symmetric difference of the subgroups 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.

 

dDD EXAMPLE
The following example shows how to get the symmetric difference of the subgroups between binned set variables in the sample workspace WS1.

 

dDD OPERATION

aspl WS1
    (start ASPL loading the sample workspace WS1)

①  aspl> av
    (print the augmented (or binned) symbol table)

②  aspl> dDD aa2 aa3 aa4
    (print the subgroups symmetric difference between binned variables gg1 gg2 gg3)

③  aspl> dDD`mtm= aa2 aa3 aa4
    (print the subgroups symmetric difference between binned variables gg1 gg2 gg3 where mtimes are equal)

④  aspl> dDD`mtm~ aa2 aa3 aa4
    (print the subgroups symmetric difference between binned variables gg1 gg2 gg3 where mtimes are unequal)

⑤  aspl> dDD`mtm~~ aa2 aa3 aa4
    (print the subgroups symmetric difference between binned variables gg1 gg2 gg3 where mtimes are all over unequal)

 

● Tickable Predicates for dDD

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

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