|
CSugenoFuzzyRule
Sugeno-type fuzzy inference — 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 input parameters rather than by a fuzzy term. Fuzzy logic rule for the Sugeno algorithm can be described as follows:
where:
Declaration
class CSugenoFuzzyRule : public CGenericFuzzyRule |
Title
#include <Math\Fuzzy\fuzzyrule.mqh> |
Inheritance hierarchy IParsableRule CSugenoFuzzyRule |
Class methods
Class method |
Description |
---|---|
Gets and sets the Sugeno fuzzy rule conclusion |
Methods inherited from class CObject |
---|
Methods inherited from class CGenericFuzzyRule Condition, Condition, CreateCondition, CreateCondition, CreateCondition |