Association Rule Algorithm Based on Bitmap and Granular Computing

HONG-ZHEN ZHENG,DIAN-HUI CHU,DE-CHEN ZHAN
2005-01-01
Abstract:It presents an association rule algorithm based on granular computing (Bit-Compu-AssocRule) that doesn't follow the generation-and-test strategy of Apriori algorithm It adopts the divide and conquers strategy, thus avoids the time consuming table scan to find and prune the itemsets. It is the fast bit operations based on its corresponding granular for all the operations of finding large itemsets from the datasets. The experimental result of the algorithm with Apriori, AprioriTid and Apriori Hybrid algorithms shows Bit- Association Rule is 2 to 3 orders of magnitudes faster. Our research indicates that bitmap and granular computing can greatly improve the performance of association rule algorithm, and are very promising for data mining applications.
What problem does this paper attempt to address?