This is an old revision of the document!


PHP's gd library is missing or unable to create PNG images

Calc Lookup Table Difference

Description

This functor calculates a lookup table that corresponds to the difference between two lookup tables.

Inputs

Name Type Description
First Table Lookup Table The first lookup table.
Second Table Lookup Table The second lookup table.

Optional Inputs

Name Type Description Default Value
use Symmetrical Difference Bool If true, the symmetrical difference between two lookup tables is calculated; otherwise, the relative complement is used. True

Output

Name Type Description
result Lookup Table The resulting lookup table.

Group

Notes

The column names from the first input table are assigned to the output table.

For further information about difference between two sets, see Difference_(set_theory) and Symmetric_difference.

Internal Name

CalcLookupTableDifference