A Lattice-based Mining Algorithm for Quantitative Association Rules

陈富赞,寇纪淞,李敏强
DOI: https://doi.org/10.3321/j.issn:1000-6788.2002.04.001
2002-01-01
Systems Engineering - Theory & Practice
Abstract:The association rules discovery the relations among the attributes. An attribute can be Boolean or quantitative. There are lots of algorithms for mining Boolean association rules, but few for quantitative. It is an efficient and convenient method to mapping quantitative attributes into Boolean attributes. A new algorithm for mining quantitative association rules is presented in this paper. Quantitative attribute values are partitioned into basic intervals according to the their distribution in the database, and if possible, the adjacent basic itervals will be merged. Then the intervals are mapped into Boolean attributes (i.e., the items) in this way. More understandable, general interesting quantitative association rules can be mined. The algorithm uses a new searching process to enumerate frequent itemsets. Furthermore, the algorithm uses a vertical database format to compute the support of each itemset, where each value or interval is associated with a list of records in which it occurs.
What problem does this paper attempt to address?