home Forums # Technical Support Importing FCL file in java code and use it

Viewing 2 posts - 1 through 2 (of 2 total)
  • Author
    Posts
  • #2550
    Unknown
    Member

    Hello , i am writing an android application that uses fuzzy logic to show the result , but i don’t know how to import my fcl file in my java code

    can you please help me for this purpose?

    i wrote a fcl file and i want to use it , for example famous “tipper” problem.

    Best regards

    #2562

    Hi,

    thank you for your post.

    Engine engine = new FclImporter().fromFile(new File("path/to/your-file.fcl"));

    For more information, please refer to the documentation on fuzzylite.com/documentation.

    Cheers,

    Juan.

Viewing 2 posts - 1 through 2 (of 2 total)
  • You must be logged in to reply to this topic.