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
Answers
out of the box RapidMiner does not support any fuzzy logic. But depending on your problem you may be able to emulate some basics operations with other operators. If you have further questions, please post them here. Giving a more detailed problem description will probably also be useful.
Best,
Marius
Thanks
Hi,
We want to implement 'fuzzy logic' on name columns between 2 tables to find out closer match or match percentage.
Ex: table_1, col_name_1 and table_2, col_name_2
table_1, col_name_1 values:
Dr. John Smith
Dr. John Smith Jr.
Dr. J. R. Smith III
Dr. John Smith, D.D.S.
Dr. John L. Smith, M.D.
John Q. Smith, M.D.
John Q. Van Morrisson, M.D
table_2, col_name_2 - value:
John Smith
RapidMiner has no fuzzy logic operator but you can try the Levenshtein distance operator in the new Operator Toolbox extension. http://community.rapidminer.com/t5/Community-Blog/Introducing-the-Operator-Toolbox-Extension/ba-p/36748