Sensors & Transducers (Jun 2013)

Research of Improved Apriori Algorithm Based on Itemset Array

  • Naili Liu,
  • Lei Ma

Journal volume & issue
Vol. 153, no. 6
pp. 84 – 91

Abstract

Read online

Mining frequent item sets is a major key process in data mining research. Apriori and many improved algorithms are lowly efficient because they need scan database many times and storage transaction ID in memory, so time and space overhead is very high. Especially, they are lower efficient when they process large scale database. The main task of the improved algorithm is to reduce time and space overhead for mining frequent item sets. Because, it scans database only once to generate binary item set array, it adopts binary instead of transaction ID when it storages transaction flag, it adopts logic AND operation to judge whether an item set is frequent item set. Moreover, the improved algorithm is more suitable for large scale database. Experimental results show that the improved algorithm has better efficiency than classic Apriori algorithm.

Keywords