Mining association rules using clustering

  • Authors:
  • Fang Liu;Zhengding Lu;Songfeng Lu

  • Affiliations:
  • College of Computer Science & Technology, Huazhong University of Science & Technology, Wuhan, Hubei, China 430074. E-mail: {LL3322, songflu}@public.wh.hb.cn;College of Computer Science & Technology, Huazhong University of Science & Technology, Wuhan, Hubei, China 430074. E-mail: {LL3322, songflu}@public.wh.hb.cn;College of Computer Science & Technology, Huazhong University of Science & Technology, Wuhan, Hubei, China 430074. E-mail: {LL3322, songflu}@public.wh.hb.cn

  • Venue:
  • Intelligent Data Analysis
  • Year:
  • 2001

Quantified Score

Hi-index 0.00

Visualization

Abstract

Mining association rules is one of the most well studied problems in data mining. Current algorithms for finding association rules require several passes over the databases, and obviously the role of I/O overhead is significant for very large databases. In this paper, we present MARC (Mining Association Rules using Clustering), a new algorithm that makes only one full pass over the database. Firstly, we partition the collection of transactions so that similar transactions fall into the same cluster. Then we mine association rules on the summaries of clusters instead of the entire data set. Consequently, a proper method for summarizing a cluster of transactions is proposed. The results of experiments show that the proposed algorithm can learn association rules efficiently in single database pass, and also show that MARC algorithm does not affect too much the accuracy of the association rules learned.