The Altair Community is migrating to a new platform to provide a better experience for you. In preparation for the migration, the Altair Community is on read-only mode from October 28 - November 6, 2024. Technical support via cases will continue to work as is. For any urgent requests from Students/Faculty members, please submit the form linked here
FP-growth with polynomial variables
bernardo_pagnon
Member, University Professor Posts: 64
University Professor
University Professor
Hello,
is it possible to use FP-Growth with polynomial variables? I want to find frequencies and associations between the different attributes (10), and each attribute has 4 possible values.
Best,
Bernardo
is it possible to use FP-Growth with polynomial variables? I want to find frequencies and associations between the different attributes (10), and each attribute has 4 possible values.
Best,
Bernardo
Tagged:
1
Best Answer
-
yyhuang Administrator, Employee-RapidMiner, RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 364
RM Data Scientist
Hi @bernardo_pagnon,
Surely you can use the nominal attributes for FP-Growth. The operator is accepting various formats, binomial dummy codes, concatenated list in a single column or separated list in different columns.
Have you checked out the templates of FP-Growth that explain how to make use of different input formats?
Cheers,
YY6
Answers
-
Dear YY,
thank you for your prompt reply. You are correct, the option "items in separate columns" solved the problem.
Regards,
Bernardo1