问题
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:
Download Fuzzylite library from www.fuzzylite.com/downloads
After then import it in your project as it is jar file.
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
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