Research Article

Discovering Associations of Adverse Events with Pharmacotherapy in Patients with Non-Small Cell Lung Cancer Using Modified Apriori Algorithm

Algorithm 4

The pseudocode of prune.
Procedure has_infrequent_sub(, )
(1) for each ()-subset of
(2) if then
(3) return true;
(4) return false;