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
I have two attributes each with one example. Inside each example there are hundreds of concatenated
I have two attributes each with one example. Inside each example there are hundreds of concatenated element (such as orange juice|apple soda|...). Is there any way I can get the common element from the two attributes? I have tried various ways in Filter Example but failed. Thanks!
0
Best Answer
-
Telcontar120 RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,635 UnicornYou probably need to use Split to get all the elements out first, and then depending on how exactly you want to do it you could use either a Join operator or a Data to Similarity operator to find the overlaps.6
Answers