A GPU-based closed frequent itemsets mining algorithm over stream

Haifeng Li
DOI: https://doi.org/10.1109/ICICISYS.2010.5658432
2010-01-01
Abstract:Closed frequent itemsets are one of several condensed representations of frequent itemsets, which store all the information of frequent itemsets using less space, thus being more suitable for stream mining. This paper considers a problem that to the best of our knowledge has not been addressed, namely, how to use GPU to mine closed frequent itemsets in an incremental fashion. Our method employs a single-instruction-multiple-data architecture to accelerate the mining speed using a bitmap data representation of frequent itemsets. Our experimental results show that our algorithm achieves a better performance in running time.
What problem does this paper attempt to address?