aparra / sample-fuzzy-logic

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

  1. Download jFuzzyLogic_core.jar from http://jfuzzylogic.sourceforge.net/html/index.html

  2. Install jar into maven repository using this command:

mvn install:install-file \
  -Dfile=jFuzzyLogic_core.jar \
  -DgroupId=net.sourceforge.jFuzzyLogic \
  -DartifactId=jFuzzyLogicCore \
  -Dversion=1.0 \
  -Dpackaging=jar
  1. Create a eclipse project sbt eclipse

About


Languages

Language:Scala 96.2%Language:Java 3.8%