ASCF: Optimization of the Apriori Algorithm Using Spark-Based Cuckoo Filter Structure
Algorithm 2
ASCF phase two.
INPUT: R = Transactions (lists of items resulting from phase 1), min_sup = Minimum Support, and Frequent Items = RDD of all the frequent items that are stored in Cuckoo filter.
OUTPUT: K-F-Itemsets = RDD of all the k-frequent itemsets.