Itemset
A set of items used to find frequent patterns.
See Support, Association Rule, Confidence
Closed Itemset
is closed if it is frequent and there is no super-itemset with the same Support.
“Data Compression” of frequent itemsets.
Max Itemset
is a max-itemset if it is frequent and there is no super-itemset which is frequent.