hey, i was wondering if there is a way to change the window postion and size of the fuzzy graphs. i would prefer them to show on my main java gui window instead of the top left of the screen. thanks
Evening, I am creating a web application which involves a credit profiler. This is built via JFuzzyLogic which is stored on the server side. I have attached the code and I was wondering if there is any way of sending the charts to the front end through java servlets, possibly as a JSON object. How can this be achieved? I have attached my source code for the FCL and the java server side code.
Hi Is it possible to obtain the value of the membership function for the resulting fuzzy set? I can get de Membership Function Value to specific linguistic term of a output var using fb.getVariable("output_var").getMembership("term"); But I don't know how to get te final fuzzy set membership function value Thanks
Hi I want to download jfuzzylogic, but I can't. Can you guide me that how can I download it? Thank you so much
Hi Pablo, i got the same problem as you and i wonder if you found a solution to solve the problem. Thank you so much
Hi, I want to know, please, if it is possible to apply the forward chaining with jfuzzylogic. Is there a predefined fuctions to do it? Many thanks for your help
Never mind, I solved my problem using a template fcl file...
Hi everyone, First of all thanks for the great library. I tried to make one myself...