Base.cpp | |
Base.h [code] | Handles a standard base of symbols (operators), based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE |
BellMF.cpp | |
BellMF.h [code] | A C++ bell-shaped membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
driver.cpp | |
dSigMF.cpp | |
dSigMF.h [code] | A membership function composed of the difference of two sigmoidal membership functions, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
fuzzy.h [code] | Include file for IRIS Fuzzy Logic Toolkit |
GaussMF.cpp | |
GaussMF.h [code] | A C++ sigmoidal membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
MembershipFn.cpp | |
MembershipFn.h [code] | Interface for a numeric, vectorizable fuzzy set |
Nominal.h [code] | |
Numeric.cpp | |
Numeric.h [code] | Interface for a numeric, vectorizable fuzzy set |
PiMF.h [code] | |
pSigMF.cpp | |
pSigMF.h [code] | A membership function composed of the product of two sigmoidal membership functions, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
Set.cpp | |
Set.h [code] | Abstract Base Class for a fuzzy set |
SigMF.cpp | |
SigMF.h [code] | A C++ sigmoidal membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
Symbol.cpp | |
Symbol.h [code] | Abstract Base Class for a symbol (operator) based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE Functor ideas from Lars Haendel (www.newty.de), The Function Pointer Tutorials, Chapter 4: Functors to encapsulate C and C++ function pointers |
Tconorm.cpp | |
Tconorm.h [code] | Abstract Class for a t-conorm (OR operator) based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE |
TconormList.cpp | |
TconormList.h [code] | Class for a list of t-conorm (OR operator) objects, based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE |
Tnorm.cpp | |
Tnorm.h [code] | Abstract Class for a t-norm (AND operator) based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE |
TnormList.cpp | |
TnormList.h [code] | Class for a list of t-norm (AND operator) objects, based on P. Reignier's libfuzzy: C++ Library for Fuzzy Control, Laboratoire d'Informatique Industrielle, Ecole Nationale d'Ingenieurs de Brest, CP 15, 29608 Brest Cedex - FRANCE |
TrapMF.cpp | |
TrapMF.h [code] | A C++ trapezoidal membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
TriMF.cpp | |
TriMF.h [code] | A C++ triangular membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |
ZMF.cpp | |
ZMF.h [code] | A C++ spline-based, Z-shaped membership function class, based on The Mathworks Inc., Fuzzy Logic Toolbox User's Guide, version 2, Natick, MA (1998) |