Fast Algorithm for Mining Global Frequent Itemsets Based on Distributed Database

Bo He,Yue Wang,Wu Yang,Yuan Chen
DOI: https://doi.org/10.1007/11795131_60
2011-01-01
Advanced Materials Research
Abstract:Most distributed algorithms of mining global frequent itemsets worked on net structure network and adopted Apriori-like algorithm. Whereas there were some problems in these algorithmsa: lot of candidate itemsets and heavy communication traffic. Aiming at these problems, this paper proposed a fast distributed algorithm of mining global frequent itemsets, namely, FDMGFI algorithm, which set centre node. FDMGFI algorithm made computer nodes compute local frequent itemsets independently with FP-growth algorithm, then the centre node exchanged data with other computer nodes and combined, finally, global frequent itemsets were gained. FDMGFI algorithm required far less communication traffic by the searching strategies of top-down and bottom-up. Theoretical analysis and experimental results suggest that FDMGFI algorithm is fast and effective.
What problem does this paper attempt to address?