Research Article

Cross-Border E-Commerce Personalized Recommendation Based on Fuzzy Association Specifications Combined with Complex Preference Model

Table 1

Pseudocode for Apriori.

Algorithm 1.
The original Apriori algorithm.
(1)  = {large 1-itemsets};
(2)do begin
(3) ; //New candidates
(4) For all transactionsdo begin
(5)
//Candidates itemset in
(6) For all candidates do
(7) c.count++;
(8) end
(9);
(10) end
(11) ;