itemsetsthose
Itemsetsthose is a theoretical construct used in the field of pattern mining to describe a class of selection operators applied to collections of itemsets. The term combines itemsets with a demonstrative element to emphasize the act of choosing those itemsets that meet a specified condition. While not a universally standardized term, it appears in some theoretical discussions as a convenient way to describe intersection- or predicate-based filtering of itemsets.
Definition and notation: Let S be a set of itemsets drawn from a universe of items. Let
Example: Consider S = { {bread, milk}, {bread}, {milk, cheese}, {butter} } and T = {milk, butter}. Then itemsetsthose(S, T)
Applications: itemsetsthose can be used to filter results in data mining workflows, such as extracting itemsets
Relation to related concepts: The operator is akin to a selection or filter operation in relational algebra
See also: frequent itemset, closed itemset, association rule, pattern mining.
---