3.10 $>$ : Greater than comparison operator

Format

ZDD Object $zdd1$ $>$ $zdd2$

Description

Compare itemsets in $zdd1$ with itemsets in $zdd2$, select items where the weight is greater than $zdd2$.

Example

Example 1: Basic Example

Refer to the example in ==.

See Also

==, $<$, $<=$, $>$, $>=$, ne? : Various comparison operations