Fuzzy Logic

famumoefamumoe Member Posts: 2 Contributor I
Hi, is there something that performs fuzzy logic within Rapid miner?

Answers

  • MariusHelfMariusHelf RapidMiner Certified Expert, Member Posts: 1,869 Unicorn
    Hi,

    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
  • famumoefamumoe Member Posts: 2 Contributor I
    It's for a trading model I am attempting to create. I have technical indicators that have rules associated with them. I basically want to use these as inputs into the "fuzzy model" that would output a buy/sell signal. Since fuzzy models do not exist in RapidMiner, are there other operators that would allow me to perform this action in the manner of a fuzzy model?

    Thanks
  • deepak_talimdeepak_talim Member Posts: 5 Contributor I

    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

  • Thomas_OttThomas_Ott RapidMiner Certified Analyst, RapidMiner Certified Expert, Member Posts: 1,761 Unicorn

    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

Sign In or Register to comment.