FFIS
----
FFIS or Fast Fuzzy Inference System is a portable and optimized implementation
of Fuzzy Inference Systems. It supports both Mamdani and Takagi-Sugeno methods.
The main idea behind this tool, is to provide case-special techniques rather
than general solutions to resolve complicated mathematical calculations. This
will lead to have more efficient defuzzification algorithms for Mamdani's model.
Most systems in Mamdani's model can be defuzzified in O(n²) or even O(n) time
which n is number of membership functions in output.
FFIS provides a feasible high-level C++/API. Also additional useful features
have been implemented such as:
* Fastest possible FIS implementation of Mamdani's model
* High-Level feasible C++ API providing readablity and ease of maintanace
* Generic design providing more flexiblity and control over inference engine
* Platform-independent implementation and build system
* MATLAB FIS Integration (Import from and Export to)