A program to recognize and reward our most engaged community members
Marcin wrote:You can use "FP-Growth" + "Create Association Rules" instead of Apriori.
haddock wrote:Hi there,In answer to question 1:There is no difference in the output of the FPGrowth algorithm and the a Priori algorithm, both produce the same frequent item sets from the same inputs. Both are moronically simple to understand, see wikipedia for details.In answer to question 2:No.Best wishesH