FuzzyLogic.jl
FuzzyLogic.jl copied to clipboard
Julia package for fuzzy inference
Would like membership functions to be defined on real- valued arguments. Presently only integer- valued arguments are possible. Thanks.
## Basic types - [x] Mamdami inference system - [x] Sugeno inference system #5 - [x] Type-2 inference systems #18 ## DSL - [x] weighted rules #16 - [x] vector...
## PR description - Add a water tank control application to the docs ## Before - The only application example was edge detection. ## After - There is a fuzzy...
## PR description Implemented Gustafson-Kessel clustering algorithm. ## Before ## After - Added Gustafson-Kessel in genfis.jl - Added Gustafson-Kessel unit test in test_genfis.jl - Added LinearAlgebra and Statistics packages as...