Search bound strategies for rule mining by iterative deepening

  • Authors:
  • William Elazmeh

  • Affiliations:
  • Department of Computing and Information Science, University of Guelph, Guelph, Ontario, Canada

  • Venue:
  • AI'03 Proceedings of the 16th Canadian society for computational studies of intelligence conference on Advances in artificial intelligence
  • Year:
  • 2003

Quantified Score

Hi-index 0.00

Visualization

Abstract

Mining transaction data by extracting rules to express relationships between itemsets is a classical form of data mining. The rule evaluation method used dictates the nature and the strength of the relationship, eg. an association, a correlation, a dependency, etc. The widely used Apriori algorithm employs breadth-first search to find frequent and confident association rules. The Multi-Stream Dependency Detection (MSDD) algorithm uses iterative deepening (ID) to discover dependency structures. The search bound for ID can be based on various characteristics of the search space, such as a change in the tree depth (MSDD), or a change in the quality of explored states. This paper proposes an ID-based algorithm, IDGmax, whose search bound is based on a desired quality of the discovered rules. The paper also compares strategies to relax the search bound and shows that the choice of this relaxation strategy can significantly speed up the search which can explore all possible rules.