Fuzzy Logic Implementation In Android

醉酒当歌 提交于 2019-12-31 06:22:11

问题


How to add jfuzzy lite library in android?


回答1:


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.



来源:https://stackoverflow.com/questions/31369203/fuzzy-logic-implementation-in-android

标签
易学教程内所有资源均来自网络或用户发布的内容,如有违反法律规定的内容欢迎反馈
该文章没有解决你所遇到的问题?点击提问,说说你的问题,让更多的人一起探讨吧!