Apriori algorithm;
association rules;
frequent itemset;
candidate itemset;
boolean matrix;
D O I:
暂无
中图分类号:
TP18 [人工智能理论];
学科分类号:
081104 ;
0812 ;
0835 ;
1405 ;
摘要:
Aimed at improving the bottlenecks of large quantity of candidate itemsets generated by multiple scanning the database in Apriori algorithm, this paper proposes an optimized algorithm of Apriori. This algorithm optimizes the joint strategy with the feature of self joint when frequent itemsets are generated. The optimized joint strategy is used in boolean matrix, which is a representation of database. The experimental results indicate that the optimized algorithm has better performance than the Apriori, especially in the case of large-scale database.