A fuzzy logic C++ library
|
declaration of class slifis::RULE_IDX More...
Classes | |
struct | slifis::ESTIM_ERROR |
A structure holding numerical values on errors when estimating TS coefficients from a subset. More... | |
class | slifis::RULE_IDX |
Rule defined as array of indexes on input and output sets of membership functions. More... | |
Namespaces | |
namespace | slifis |
This namespace includes all root classes, functions, and datatypes of the library. | |
Typedefs | |
typedef uchar | slifis::RULE_NBFUNC_SIZE |
Datatype for the indexes of membership functions, possibles values are uchar, uint, ... | |
typedef uchar | slifis::RULE_NBVAR_SIZE |
Datatype for the indexes of input/output variables, possibles values are uchar, uint, ... | |
typedef std::map < RULE_NBVAR_SIZE, RULE_NBFUNC_SIZE > | slifis::RULE_IDX_TERM |
This is an alias for an STL map container, that holds pairs of indexes, one on the input variable, one on the membership function. |
declaration of class slifis::RULE_IDX