Research Article

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

Algorithm 3

Pseudocode of the function apriori-gen().
01: Function apriori-gen ( )
02: set Ø
03: for (all . , . . [i] =
. [i], i )
04:c = . . [k−2], .
[k−1], . [k−1]}
05:if ( . )
06: 
07:end if
08: end for
09: end Function