Research Article

[Retracted] An Approach to Acquire the Constraints Using Panel Big Data Hybrid Association Rule and Discretization Process for Breast Cancer Prediction

Algorithm 2

Pseudo- Original Apriori algorithm
Result: Rule List
Initialization;
 Def initial (confidence), (support), (item set of size kS),
 Rk: rule item set of size k;
 Def Fk frequent itemset of size k item;
for each transaction in panel data;
 Increment the count of all rule in CL that is rule list Fk+
 add a rule in CL with min support.
 Return Rk;