3.9 $<$= : Less than or equal to comparison

Format

$zdd1$ $<$= $zdd2$ $\rightarrow $ $zdd$

Description

Compare itemsets in $zdd1$ with itemsets in $zdd2$, select items where the weight is less than or equal to $zdd2$.

Example

Example 1: Basic Example

Refer to the example in==.

See Also

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