is.maximal
for finding
maximal itemsets. An itemset is maximal in a set if no proper superset of the
itemset is contained in the set (Zaki et al., 1997).is.maximal(x,...)## S3 method for class 'itemMatrix':
is.maximal(x)
x
indicating
for each element in x
if it is a maximal itemset.is.superset
,
itemMatrix-class
,
itemsets-class