@article { author = {abbasi, sina and Moieni, Ali}, title = {BloomEclat: Efficient Eclat Algorithm based on Bloom filter}, journal = {Journal of Algorithms and Computation}, volume = {53}, number = {1}, pages = {197-208}, year = {2021}, publisher = {University of Tehran}, issn = {2476-2776}, eissn = {2476-2784}, doi = {10.22059/jac.2021.81890}, abstract = {Eclat is an algorithm that finds frequent itemsets. It uses a vertical database and calculates item's support by intersecting transactions. However, Eclat suffers from the exponential time complexity of calculating the intersection of transactions. In this paper, a randomized algorithm called BloomEclat based on Bloom filter is presented to improve the Eclat algorithm complexity in finding frequent itemsets. Through Bloom Filter, an element’s membership to a set, can be checked and set operations such as intersection and union of two sets can be executed in a time efficient manner. By using these capabilities, Eclat algorithm’s intersecting problem can significantly improve. In BloomEclat algorithm with slight false positive error, the speed of the intersecting transactions is increased, and consequently the execution time is reduced.}, keywords = {Eclat algorithm,bloom filter,frequent pattern mining,association rules mining,Data Mining,Union,Intersection}, url = {https://jac.ut.ac.ir/article_81890.html}, eprint = {https://jac.ut.ac.ir/article_81890_5bda386b4320351819ad7b35d79c0bd8.pdf} }