gr_symbol_t Struct Reference

#include <gradual_rules_classif.h>


Data Fields

gr_chaine_t nom
int type
float gauche
float mode
float droite


Detailed Description

Func_type is, at this moment, a value between 0 and 5 which defines the form of the membership function and indicates if the values are necessary or not:

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.


Field Documentation

gr_chaine_t gr_symbol_t::nom

Definition at line 62 of file gradual_rules_classif.h.

Referenced by gr_init().

int gr_symbol_t::type

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

Definition at line 65 of file gradual_rules_classif.h.

Referenced by gr_defuzzification().

float gr_symbol_t::droite

Definition at line 66 of file gradual_rules_classif.h.

Referenced by gr_appartenance(), and gr_init().


The documentation for this struct was generated from the following file:
Generated on Tue Apr 22 13:31:03 2008 for donnee1D by  doxygen 1.5.3