0

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 gestures by processing the input data on my Android device.

Can i use "jfuzzylogic" in Android, and if not is there a alternative to this library that could run in Android?

rjzii
  • 14,236
  • 12
  • 79
  • 119
stenfeio
  • 249
  • 1
  • 11
  • Yes, but what happen when you try to upload to Google play, google said that jFuzzyLogic uses some native libraries antlrworks-1.2.jar, jcommon-1.0.14.jar, jfreechart-1.0.11.jar, and tell me that 0 devices supported... –  Jul 05 '13 at 06:41

2 Answers2

0

Yes, you can use jfuzzylogic in Android, as it is standard Java.

Yusuf X
  • 14,513
  • 5
  • 35
  • 47
0

Use jfuzzylite instead. It is free and open source. It does not require third-party libraries, contains more features than jfuzzylogic (except for parameter optimization), and the binary size is less than 300KB. Visit www.fuzzylite.com.