|
Sugeno system
Sugeno fuzzy logic system is one of the two basic types of fuzzy systems. Output variable values are set as a linear combination of input variables.
Description
Unlike the Mamdani rule, an input variable value is set by a linear function from entries rather than by a fuzzy term. Fuzzy logic rule for the Sugeno algorithm can be described as follows:
where:
Class methods
Class method |
Description |
---|---|
Calculates a fuzzy inference for the system |
|
Creates a linear Sugeno function for the system. |
|
Creates an empty fuzzy Sugeno rule based on the current system. |
|
Gets the list of fuzzy Sugeno output variables. |
|
Gets a fuzzy Sugeno output variable by a specified name. |
|
Creates a fuzzy Sugeno rule based on a specified line. |
|
Returns the list of fuzzy rules. |
Methods inherited from class CGenericFuzzySystem Input, AndMethod, AndMethod, OrMethod, OrMethod, InputByName, Fuzzify |