Mining Weighted Association Rules Based On Maximal Weight

Y. Wang,H. Y. Xue,X. D. Zheng
2008-01-01
Abstract:Mining association rules can find out some potential correlations in large quantity of data and have been applied widely in many fields. Many algorithms have been proposed for mining weighted association rules to reflect the different importance and unbalance of individual items in database. In most of the algorithms the weighted support of the association rule is defined based on the average weight, which can not make the item with a heavy weight in an outstanding position. In order to resolve such a problem in some applications, the weighted support of a rule based on ID the maximal weight were defined and a new model of mining weighted association rules is constructed. The algorithm of mining weighted frequent itemsets is presented accordingly. In the algorithm the frequent 1-itemsets and the candidate 1-itemsets are used to bring candidate 2-itemsets in order to ensure the result is exhaustive. The algorithm is realized with Visual Basic 6.0. Experiments are conducted on a large number of shopping data in supper market. The experiment results are compared with that of MINWAL (0), they show that the itemsets with the small weight are weighted frequent itemsets and so do the itemsets with the big weight when they have the same frequency.
What problem does this paper attempt to address?