Question: Two data mining algorithms, Apriori and FPgrowth are available in Weka. Apriori accepts only nominal data types while FPgrowth only accepts binominal data types. Thus,
Two data mining algorithms, Apriori and FPgrowth are available in Weka. Apriori accepts only nominal data types while FPgrowth only accepts binominal data types. Thus, we need to change numeric values to nominal for Apriori and to binominal for FPgrowth by discretizing these values first.
1. Apply both algorithms on the basket dataset (HW).
2. Change the algorithms parameters and comment on the results.
Step by Step Solution
There are 3 Steps involved in it
Get step-by-step solutions from verified subject matter experts
