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
"[SOLVED] Filter examples node, how to attribute op attribute ?"
Help states "attribute op value" is how the node works, I've been trying to see if there's a way to call again another attribute, but I can't find it.
For example: attribute1 = attribute2.
I'm guessing there must be some sort of escape character for marking "attribute2" as an attribute call, but I don't know it.
Thanks in advance!
For example: attribute1 = attribute2.
I'm guessing there must be some sort of escape character for marking "attribute2" as an attribute call, but I don't know it.
Thanks in advance!
Tagged:
0
Answers
that is not supported out of the box. You will need to utilize the "Generate Attribute" operator for that, create a new flag attribute with an expression like "attribute1==attribute2" and then filter on that flag attribute (which you can remove afterwards).
Regards,
Marco
He himself implemented the desired feature, it is available out of the box in the Filter Examples operator in RapidMiner 6.
Best regards,
Marius
Best regards.