I need to implement an algorithm for extracting frequent itemsets for a school project. I have chosen the EXTRACT algorithm from the paper "EXTRACT: New extraction algorithm of association rules from frequent itemsets". The paper provides an algorithm divided into 6 functions, but I am stuck at the combine phase. Does anyone have an implementation of this algorithm?
I do not understand the pseudocode for the combine phase.