#include <gradual_rules_classif.h>
Data Fields | |
gr_chaine_t | nom |
int | type |
float | gauche |
float | mode |
float | droite |
0: a constant membership function, it will return 0 all along the universe of discourse 1: similar to 0, but will return 1 ___ 2: linear function with the form ___/ , it streches from 0 to 1 and requires 2 values which define it
___ 3: linear function with the form , it streches from 0 to 1 and requires 2 values which define it
____ 4: linear function with the form __| |__, it streches from 0 to 1 and requires 2 values which define it
__ __ 5: linear function with the form |____| , it streches from 0 to 1 and requires 2 values which define it New membership function types may be added at any time, provided that the "cf_appartenance" function is modified in order to implement them in the case structure it uses
Definition at line 60 of file gradual_rules_classif.h.
Definition at line 63 of file gradual_rules_classif.h.
Referenced by gr_appartenance(), and gr_init().
float gr_symbol_t::gauche |
Definition at line 64 of file gradual_rules_classif.h.
Referenced by gr_appartenance(), and gr_init().
float gr_symbol_t::mode |
float gr_symbol_t::droite |
Definition at line 66 of file gradual_rules_classif.h.
Referenced by gr_appartenance(), and gr_init().