Skip to content

CGenericFuzzyRule

CGenericFuzzyRule

Base class for both types of fuzzy rules.

Declaration

class CGenericFuzzyRule : public IParsableRule

Title

#include <Math\Fuzzy\fuzzyrule.mqh>

Inheritance hierarchy

CObject

IParsableRule

CGenericFuzzyRule

Direct descendants

: CMamdaniFuzzyRule, CSugenoFuzzyRule

Class methods

Class methodDescription
ConclusionGets and sets the fuzzy rule conclusion
ConditionGets and sets the ‘if’ condition (set of conditions) for a fuzzy rule
CreateConditionCreates a condition for a fuzzy rule by specified parameters

Methods inherited from class CObject

: Prev, Prev, Next, Next, Save, Load, Type, Compare

Last updated on