use k-means and fp-growth together
gold
New Altair Community Member
Hi every body
My dataset is movielens 100k. I want to use k-means clustering on this dataset then use Fp -Growth on each cluster but idont know how I can do this work.
I hope to use from you re help.
thank you .
My dataset is movielens 100k. I want to use k-means clustering on this dataset then use Fp -Growth on each cluster but idont know how I can do this work.
I hope to use from you re help.
thank you .
0
Best Answer
-
Hi @gold,In order to run a Fp-Growth operator for each cluster data you can use the Loop Values operator, and then running the Fp-Growth operator inside of it.please find attached a simple sample process. It's just to show you a possible process.BestCesar
1
Answers
-
Hi @gold,In order to run a Fp-Growth operator for each cluster data you can use the Loop Values operator, and then running the Fp-Growth operator inside of it.please find attached a simple sample process. It's just to show you a possible process.BestCesar
1 -
Hi @ceaperez
Thank you very much dear friend for your guidance because it was very useful. I did this solution with my data set but I do not know if I did it right or not? I need help you again. The data set I use in my project is movielens 100k. This database is a three-part database that I have attached for you. My goal in this project is as follows:1. Apply Clustering for Ranking - Objective: Determine which movies received the same score.2. Apply FP-Growth to each group.I have attached the implementation I have done so that you can better guide me.I also used the association rules after the FP-Growth but it did not show any results for association rules. Please guide me in this case as wellThank you for your help dear friend0