Questions tagged [jfuzzylogic]

21 questions
0
votes
1 answer

In fuzzy logic, how can I add membership functions for different perspectives?

I am using jFuzzyLogic library for a FL project. I have created a FCL file that has three variables, service, room and food. FUZZIFY food TERM bad := (0, 1) (4, 0) ; TERM good := (1, 0) (4,1) (6,1) (9,0); TERM excellent := (6, 0) (9,…
Kripa Jayakumar
  • 891
  • 9
  • 16
0
votes
1 answer

jFuzzyLogic FCL editor doesn't work on Ubuntu Eclipse

I'm working on a project with jFuzzyLogic and so I need to create rules with .fcl files. Eclipse has a plugin for FCL editor with auto-completion and it works fine on Windows, but since I don't have any Windows on my machine I have installed it on…
Vuk Stanković
  • 7,864
  • 10
  • 41
  • 65
0
votes
1 answer

how to create jFuzzylogic project in eclipse

I did one project using fuzzylogic in matlab. since I am interested in java I would like to implement same project using java with help of jFuzzylogic library. I add the eclipse plugin but I don't know how to start and how to create file and where…
Saravanan
  • 337
  • 2
  • 6
  • 17
0
votes
1 answer

Use JFuzzyLogic and android app

hello i want to use JFuzzyLogic into my app Android; i have 2 questions: JFuzzyLogic use antlrworks-1.2.jar, jcommon-1.0.14.jar, jfreechart-1.0.11.jar; (for me is pointless) but it can be a problem for google play store? JFuzzyLogic weighs 8 mb,…
fabio
  • 271
  • 5
  • 18
0
votes
1 answer

Exception evaluating fcl file

I'm using the jFuzzyLogic library in java. The Fcl file I'm using is: FUNCTION_BLOCK rischio_ciclo_fenologico VAR_INPUT ciclo_colturale : REAL; ciclo_vegetativo : REAL; END_VAR VAR_OUTPUT rischio_ciclo_fenologico : REAL; END_VAR FUZZIFY…
Kamahl
  • 246
  • 3
  • 9
0
votes
2 answers

Running a libraby for fuzzy logic classification (jfuzzylogic) on Android?

I have implemented code that classifies hand gestures into the correct corresponding letters and words as a Java application. What am trying to do now is to implement my classification algorithm on android so that i am able to classify these…
stenfeio
  • 249
  • 1
  • 11
1
2