A fuzzy logic C++ library
|
declaration of class slifis::RULE More...
Classes | |
class | slifis::RULE |
Rule defined as linguistic terms, see Handling rules for usage. More... | |
Namespaces | |
namespace | slifis |
This namespace includes all root classes, functions, and datatypes of the library. | |
Typedefs | |
typedef std::pair< std::string, std::string > | RULE_TERM |
A term of a linguistic rule is stored as a pair of strings, say like: "temperature" (is) "high". |
declaration of class slifis::RULE
typedef std::pair< std::string, std::string > RULE_TERM |
A term of a linguistic rule is stored as a pair of strings, say like: "temperature" (is) "high".