#include "fuzzygroup.h"
#include "fuzzyrule.h"
#include <stdarg.h>
Include dependency graph for fuzzyobj.h:
This graph shows which files directly or indirectly include this file:
Go to the source code of this file.
Data Structures | |
class | cFuzzyObj |
Trieda reprezentuje fuzzy regulator. More... | |
Defines | |
#define | DFZ_CENTROID 0 |
#define | DFZ_BISECTOR 1 |
#define | DFZ_LOM 2 |
#define | DFZ_MOM 3 |
#define | DFZ_HOM 4 |
#define | OPS_ZADEH 0 |
#define | OPS_LARSEN 1 |
#define | OPS_LUKASIEWITZ 2 |
#define DFZ_BISECTOR 1 |
#define DFZ_CENTROID 0 |
Definition at line 5 of file fuzzyobj.h.
Referenced by cFuzzyObj::CountResult(), and Player::kickToScore().
#define DFZ_HOM 4 |
#define DFZ_LOM 2 |
#define DFZ_MOM 3 |
#define OPS_LARSEN 1 |
#define OPS_LUKASIEWITZ 2 |
#define OPS_ZADEH 0 |
Definition at line 11 of file fuzzyobj.h.
Referenced by cFuzzyObj::CountResult(), and Player::kickToScore().