home › Forums › # Technical Support › How to use the jfuzzylite library and Create engine in Netbeans Java › Reply To: How to use the jfuzzylite library and Create engine in Netbeans Java
April 5, 2018 at 04:08
#6140
Keymaster
Hi Marye,
thank you for your post and for using fuzzylite.
The problem is that you are using code for a previous version of the jfuzzylite library.
You need to make the following changes:
– setInputValue
the method was renamed to: setValue
– defuzzify
no longer returns a value, please use getValue
instead
For more information on the methods available in version 6, please look at: http://www.fuzzylite.com/documentation/
Cheers.