Suppose in a market basket scenario, the following association rules are detected with a support of at least 15% and a confidence of at least 60%:
{A, B} → {C} {B, C} → {D}
How accurately can you present a lower bound for the support of the itemset {A, B, C, D}?
Can anyone help me understand what is the lower bound I am looking here at in the apriori algorithm ?