#include <fuzzyrule.h>
Public Member Functions | |
fuzzyrule () | |
fuzzyrule (int inputs1) | |
~fuzzyrule () | |
void | setinput (int input1, int mf) |
void | setoutputgroup (int outputgroup) |
void | setoutput (int mf) |
Data Fields | |
int | outputgroup |
cislo vystupnej fuzzygroup reprezentovanej vo fuzzyregulatore cFuzzyObj::output | |
int | inputs |
int | output |
int * | input |
Definition at line 4 of file fuzzyrule.h.
fuzzyrule::fuzzyrule | ( | ) |
fuzzyrule::fuzzyrule | ( | int | inputs1 | ) |
fuzzyrule::~fuzzyrule | ( | ) |
void fuzzyrule::setinput | ( | int | input1, | |
int | mf | |||
) |
void fuzzyrule::setoutputgroup | ( | int | outputgroup | ) |
Definition at line 29 of file fuzzyrule.cpp.
References outputgroup.
Referenced by cFuzzyObj::AddRule().
void fuzzyrule::setoutput | ( | int | mf | ) |
cislo vystupnej fuzzygroup reprezentovanej vo fuzzyregulatore cFuzzyObj::output
Definition at line 8 of file fuzzyrule.h.
Referenced by fuzzyrule(), and setoutputgroup().
Definition at line 10 of file fuzzyrule.h.
Referenced by cFuzzyObj::CountResult(), fuzzyrule(), and setoutput().
int* fuzzyrule::input |