Research Article

Identifying the Association Rules between Clinicopathologic Factors and Higher Survival Performance in Operation-Centric Oral Cancer Patients Using the Apriori Algorithm

Algorithm 2

The first pass of the Apriori algorithm.
01: for (all )
02:set Item-counts = 0
03: end for
04: for (all )
05:for (all )
06: Item-counts ++
07:end for
08: end for
09: { }