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
What happened with Permutation operator?
Hi,
I am trying to perform y-randomization in RapidMiner and I read that it colud be done with Permutation operator. I found it in Operator Reference for RapidMiner 4.5. The problem is that I can't locate this operator in RapidMiner 7.3...... Can anyone please tell me what happend and could y-randomization be done in RapidMiner 7.3?
Regards
0
Answers
Hi,
can you link the 4.3 docu? I never encountered such an operator.. But i started using RM in some 5.X versions.
~Martin
Dortmund, Germany
Hi,
That is a looooong time ago :smileyhappy:
I think this operator might have been renamed into the operator "Shuffle" although I am not 100% sure. "Shuffle" changes the order of all rows though, not just the values for a single attribute. In order to achieve this, you would need to separate that attribute first, only shuffle it, and then join it to the original data again.
Cheers,
Ingo
Hey,
i've looked at the source code, the shuffle operator is indeed linked to the class PermutationOperator.
~Martin
Dortmund, Germany