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

Modify on Rapid Miner operator

cpingcping Member Posts: 1 Learner III
edited November 2018 in Help
Hi everyone,

I am new here. I would like to modify FPGrowth generator in rapidminer to suit my need. What I need is adding certain rule or constraint into this FPGrowth to filter the frequentItemSets. So, can you guys give me any useful suggestion?

Thanks
Tagged:

Answers

  • landland RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 2,531 Unicorn
    Hi,
    what type of constraint this should be?

    Greetings,
    Sebastian
  • radoneradone RapidMiner Certified Expert, Member Posts: 74 Guru
    cping wrote:

    I am new here. I would like to modify FPGrowth generator in rapidminer to suit my need. What I need is adding certain rule or constraint into this FPGrowth to filter the frequentItemSets. So, can you guys give me any useful suggestion?
    I wouild suggest you to create a new plugin (I guess a guide for that is in RM tutorial), which will contain your new class (a copy of the code of the FPGrowth class). Than you can make any changes you like.
    Also do not forget to define your new class in operator.xml file.

    radone
Sign In or Register to comment.