Search code examples
fuzzy-logic

Fuzzy Logic Implementation In Android


How to add jfuzzy lite library in android?


Solution

  • Anybody who feels problem in implementing Fuzzy Library in Android can easily view my project in Git address which i mentioned here: https://github.com/susylPearl/RNA

    For successfully completion of the project follow below steps:

    1. Download Fuzzylite library from www.fuzzylite.com/downloads

    2. After then import it in your project as it is jar file.

    3. Then make assets folder and inside it create file with .fcl extension and copy .fcl code for your project, you can view mine here: https://github.com/susylPearl/RNA/blob/RNA/app/src/main/assets/tipper.fcl

    4. After that you should develop your ideas and develop code as same like me and complete your project successfully. If any suggestion comment me. Thanks.